rubenada commented on code in PR #6781:
URL: https://github.com/apache/hive/pull/6781#discussion_r4036866301
##########
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java:
##########
@@ -343,6 +344,33 @@ public TPCDSFormattedCBOConfig() {
}
}
+ public static class TPCDSIcebergS3CliConfig extends AbstractCliConfig {
+ public TPCDSIcebergS3CliConfig() {
+ super(CorePerfCliDriver.class);
+ setQueryDir("ql/src/test/queries/clientpositive/perf");
+
setLogDir("itests/qtest/target/qfile-results/clientpositive/perf/tpcds1tb/iceberg");
Review Comment:
LogDir and ResultsDir say ".../tpcds1tb/..." (1TB); but below, the
bucketSpec is tpcds_partitioned_iceberg_parquet_10000.db and
iceberg_s3_tpcds10tb.zip (10TB); is this an inconsistency?
--
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]