paulpaul1076 commented on issue #9679: URL: https://github.com/apache/iceberg/issues/9679#issuecomment-1932587930
Anyways, got it to work, now there's a similar exception, but written a bit different: ``` org.apache.iceberg.exceptions.RuntimeIOException: java.io.EOFException: Reached the end of stream with 8009878 bytes left to read at org.apache.iceberg.parquet.ParquetReader$FileIterator.advance(ParquetReader.java:149) ~[iceberg-spark-runtime-3.5_2.12-1.4.3.jar:?] at org.apache.iceberg.parquet.ParquetReader$FileIterator.next(ParquetReader.java:126) ~[iceberg-spark-runtime-3.5_2.12-1.4.3.jar:?] at org.apache.iceberg.io.FilterIterator.advance(FilterIterator.java:65) ~[iceberg-spark-runtime-3.5_2.12-1.4.3.jar:?] at org.apache.iceberg.io.FilterIterator.hasNext(FilterIterator.java:49) ~[iceberg-spark-runtime-3.5_2.12-1.4.3.jar:?] at org.apache.iceberg.spark.source.BaseReader.next(BaseReader.java:140) ~[iceberg-spark-runtime-3.5_2.12-1.4.3.jar:?] at org.apache.spark.sql.execution.datasources.v2.PartitionIterator.hasNext(DataSourceRDD.scala:120) ~[spark-sql_2.12-3.5.0.jar:3.5.0] at org.apache.spark.sql.execution.datasources.v2.MetricsIterator.hasNext(DataSourceRDD.scala:158) ~[spark-sql_2.12-3.5.0.jar:3.5.0] at org.apache.spark.sql.execution.datasources.v2.DataSourceRDD$$anon$1.$anonfun$hasNext$1(DataSourceRDD.scala:63) ~[spark-sql_2.12-3.5.0.jar:3.5.0] at org.apache.spark.sql.execution.datasources.v2.DataSourceRDD$$anon$1.$anonfun$hasNext$1$adapted(DataSourceRDD.scala:63) ~[spark-sql_2.12-3.5.0.jar:3.5.0] at scala.Option.exists(Option.scala:376) ~[scala-library-2.12.18.jar:?] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org