marton-bod commented on a change in pull request #2193:
URL: https://github.com/apache/hive/pull/2193#discussion_r617536842



##########
File path: 
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
##########
@@ -756,4 +756,40 @@ public KuduNegativeCliConfig() {
       }
     }
   }
+
+  public static class IcebergCliConfig extends AbstractCliConfig {
+
+    public IcebergCliConfig() {
+      super(CoreCliDriver.class);
+      try {
+        setQueryDir("iceberg/iceberg-handler/src/test/java/queries/positive");

Review comment:
       Right, but the q files need to be moved too I think




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to