jackylee-ch commented on PR #8040: URL: https://github.com/apache/incubator-gluten/pull/8040#issuecomment-2502989339
> @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. @JkSelf AFAIK, this only occurs when using HiveFileFormat to read Hive Table. In that way Spark passes properties through configuration, we cannot directly get the compression codec from options. -- 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]
