rdblue commented on code in PR #4951:
URL: https://github.com/apache/iceberg/pull/4951#discussion_r910259548
##########
spark/v3.2/spark/src/jmh/java/org/apache/iceberg/spark/source/IcebergSourceFlatDataBenchmark.java:
##########
@@ -54,6 +54,8 @@ protected final Table initTable() {
HadoopTables tables = new HadoopTables(hadoopConf());
Map<String, String> properties = Maps.newHashMap();
properties.put(TableProperties.METADATA_COMPRESSION, "gzip");
+ // Force usage of zstd compression for all Iceberg Source Flat Data
Benchmarks that use Parquet
+ properties.put(TableProperties.PARQUET_COMPRESSION, "zstd");
Review Comment:
Can you remove the unnecessary changes like this? If you want to do this,
then let's move it to a separate PR.
--
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]