lirui-apache commented on a change in pull request #15308:
URL: https://github.com/apache/flink/pull/15308#discussion_r598402216
##########
File path:
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/JobConfWrapper.java
##########
@@ -45,6 +46,12 @@ public JobConf conf() {
return jobConf;
}
+ public String getDefaultPartitionName() {
Review comment:
Can we add a util method to do this? `JobConfWrapper` is only meant to
make JobConf serializable.
--
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]