You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/30 02:25:38 UTC

[GitHub] [flink] luoyuxia commented on a diff in pull request #19520: [FLINK-26366][hive] support insert overwrite directory

luoyuxia commented on code in PR #19520:
URL: https://github.com/apache/flink/pull/19520#discussion_r933712358


##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/HiveParserDMLHelper.java:
##########
@@ -209,7 +227,8 @@ public HiveParserDMLHelper(
                 identifier, new PlannerQueryOperation(queryRelNode), staticPartSpec, overwrite);
     }
 
-    public Operation createInsertOperation(HiveParserCalcitePlanner analyzer, RelNode queryRelNode)
+    public Operation createInsertOperation(
+            HiveParserCalcitePlanner analyzer, RelNode queryRelNode, HiveConf hiveConf)

Review Comment:
   Miss added. Now I removed it.



-- 
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: issues-unsubscribe@flink.apache.org

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