10110346 opened a new pull request #24105: [SPARK-27173][SQL]Remove (lz4,brotli,zstd) for hive parquet table URL: https://github.com/apache/spark/pull/24105 ## What changes were proposed in this pull request? From parquet.hadoop.metadata.CompressionCodecName(parquet-hadoop-bundle-1.6.0.jar ), we can know, for hive parquet table, it only supports snappy, gzip and lzo. This PR removes (lz4,brotli,zstd) for hive parquet table ## How was this patch tested?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
