deniskuzZ commented on code in PR #6092:
URL: https://github.com/apache/hive/pull/6092#discussion_r2809379508
##########
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:
maybe add TODO: comment.
would the query 64 fail or return invalid result with CBO cte suggester? do
we test AST as well?
--
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]