zabetak commented on code in PR #6092:
URL: https://github.com/apache/hive/pull/6092#discussion_r2821622529
##########
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java:
##########
@@ -349,7 +351,11 @@ public TPCDSCteCliConfig() {
setClusterType(MiniClusterType.LLAP_LOCAL);
setMetastoreType("postgres.tpcds");
// At the moment only makes sense to check CBO plans
+ Set<Integer> skipQueries = ImmutableSet.of(64); // Skipped due to
HIVE-29249
Review Comment:
The query64 simply fails it does not generate a wrong result.
--
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]