ccleva commented on PR #31: URL: https://github.com/apache/parquet-testing/pull/31#issuecomment-4366211741
@wgtmac @pitrou sorry for coming back on this. The generated file has null values in a required field. This causes an EOFException when one tries to read it using the hadoop parquet reader and the equivalent error with pyArrow. https://github.com/apache/parquet-java/issues/3336 https://github.com/apache/arrow/issues/47662 Is it something that should be fixed? Making the field optional solves the issue with both readers. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
