yihua commented on a change in pull request #3743:
URL: https://github.com/apache/hudi/pull/3743#discussion_r722938371



##########
File path: 
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/FlinkTaskContextSupplier.java
##########
@@ -62,4 +64,9 @@ public RuntimeContext getFlinkRuntimeContext() {
     return Option.empty();
   }
 
+  @Override
+  public String getPartitionColumns(Properties props) {

Review comment:
       Got it.  I put `getPartitionColumns()` into `BaseUpgradeDowngradeHelper` 
and each engine should implement 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]


Reply via email to