yikf commented on PR #8040: URL: https://github.com/apache/incubator-gluten/pull/8040#issuecomment-2502963506
> @yikf Thanks for your fix. Can you help to check the whether [ParquetFileFormat ](https://github.com/apache/incubator-gluten/blob/main/shims/spark32/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala#L89) in spark 32 and 33 also have this issue? Thanks. I checked the ParquetFileFormat in spark 32 and 33, and both Vanilla Spark and Gluten use GZIP instead of configuration in table properties, with consistent behavior, which I understand is as expected. -- 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]
