wecharyu opened a new pull request, #7737: URL: https://github.com/apache/incubator-gluten/pull/7737
## What changes were proposed in this pull request? The `VeloxParquetWriteSuite` currently checks the compression codec based on the file extension, which is no longer applicable starting from Spark 3.4. We could check the compression codec using Parquet metadata, making it compatible across all Spark versions. ## How was this patch tested? Unit test: ```bash mvn test -Phadoop-3.3 -Pscala-2.12 -Pbackends-velox -Pceleborn -Pudf -Dsuites="org.apache.spark.sql.execution.VeloxParquetWriteSuite" -pl :backends-velox -Pspark-3.4 ``` -- 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]
