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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]