Re: [I] Spark:read iceberg table data error [iceberg]

2024-10-20 Thread via GitHub
nastra commented on issue #11336: URL: https://github.com/apache/iceberg/issues/11336#issuecomment-2425633608 @beyond-up in that case you might want to use a more recent Spark version that includes a potential fix for this -- This is an automated message from the Apache Git Service. To re

Re: [I] Spark:read iceberg table data error [iceberg]

2024-10-20 Thread via GitHub
beyond-up commented on issue #11336: URL: https://github.com/apache/iceberg/issues/11336#issuecomment-2425438404 > @beyond-up so far the NPE seems to be coming from Spark itself, not from Iceberg. Do you have a small reproducible example? This problem will be reproduced when a string

Re: [I] Spark:read iceberg table data error [iceberg]

2024-10-17 Thread via GitHub
nastra commented on issue #11336: URL: https://github.com/apache/iceberg/issues/11336#issuecomment-2419271110 Which exact Spark version are you using? A similar issue was reported in https://issues.apache.org/jira/browse/SPARK-39061 and was already fixed in Spark 3.3.1 -- This is an auto

Re: [I] Spark:read iceberg table data error [iceberg]

2024-10-17 Thread via GitHub
nastra commented on issue #11336: URL: https://github.com/apache/iceberg/issues/11336#issuecomment-2419268189 @beyond-up so far the NPE seems to be coming from Spark itself, not from Iceberg. Do you have a small reproducible example? -- This is an automated message from the Apache Git Ser

Re: [I] Spark:read iceberg table data error [iceberg]

2024-10-17 Thread via GitHub
beyond-up commented on issue #11336: URL: https://github.com/apache/iceberg/issues/11336#issuecomment-2418877797 > @beyond-up can you share the full stack trace please? Usually there's some more info in other parts of the stack trace that show what went wrong I have found the cause of

Re: [I] Spark:read iceberg table data error [iceberg]

2024-10-16 Thread via GitHub
nastra commented on issue #11336: URL: https://github.com/apache/iceberg/issues/11336#issuecomment-2418641364 @beyond-up can you share the full stack trace please? Usually there's some more info in other parts of the stack trace that show what went wrong -- This is an automated message fr

[I] Spark:read iceberg table data error [iceberg]

2024-10-16 Thread via GitHub
beyond-up opened a new issue, #11336: URL: https://github.com/apache/iceberg/issues/11336 ### Apache Iceberg version 1.5.2 ### Query engine Spark ### Please describe the bug 🐞 use iceberg-spark-runtime-3.3_2.12-1.5.2.jar java.lang.NullPointerException