parthchandra commented on issue #7040: URL: https://github.com/apache/arrow-rs/issues/7040#issuecomment-2628032572
Thanks @etseidl. The issue is in the ExampleParquetWriter (from parquet-java) used here in Spark unit tests : https://github.com/apache/spark/blob/ece14704cc083f17689d2e0b9ab8e31cf71a7a2d/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala#L871 (Spark itself writes only signed integers but will read the file written by the ExampleParquetWriter successfully). I'll log an issue in Parquet-java and we can follow up there. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
