zabetak commented on code in PR #6092:
URL: https://github.com/apache/hive/pull/6092#discussion_r2821590072
##########
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:
Added a TODO in
https://github.com/apache/hive/pull/6092/commits/2767dbb5e61f9aa76edd03e667fdf23b720be9d3
I also updated the JIRA reference to point to HIVE-29466. The latter was
easy to fix so raised a PR yesterday and if it is merged before this patch we
won't have to skip anything.
--
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]