You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/10/22 12:50:34 UTC

[GitHub] [hive] zabetak commented on a change in pull request #2735: HIVE-25629: Drop support of multiple qfiles in QTestUtil, output and result processors

zabetak commented on a change in pull request #2735:
URL: https://github.com/apache/hive/pull/2735#discussion_r734511828



##########
File path: itests/util/src/main/java/org/apache/hadoop/hive/cli/control/AbstractCoreBlobstoreCliDriver.java
##########
@@ -115,11 +114,11 @@ protected void runTestHelper(String tname, String fname, String fpath, boolean e
     try {
       System.err.println("Begin query: " + fname);
 
-      qt.addFile(fpath);
-      qt.cliInit(new File(fpath));
+      qt.setInputFile(fpath);
+      qt.cliInit();

Review comment:
       Yeah I thought about various alternatives but kept them out of this refactoring to not complicate this patch too much.




-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org