lw309637554 commented on a change in pull request #2136:
URL: https://github.com/apache/hudi/pull/2136#discussion_r527339351



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/operator/InstantGenerateOperator.java
##########
@@ -206,7 +206,7 @@ private void doCheck() throws InterruptedException {
   private void initTable() throws IOException {
     if (!fs.exists(new Path(cfg.targetBasePath))) {
       HoodieTableMetaClient.initTableType(new 
Configuration(serializableHadoopConf.get()), cfg.targetBasePath,
-          HoodieTableType.valueOf(cfg.tableType), cfg.targetTableName, 
"archived", cfg.payloadClassName, 1);
+          HoodieTableType.valueOf(cfg.tableType), cfg.targetTableName, 
"archived", cfg.payloadClassName, 1, null);

Review comment:
       @wangxianghu hello,  can we get the indextype config in flink 
InstantGenerateOperator.java 
   HoodieIndexUtils.getIndexType(hoodieWriteConfig)




----------------------------------------------------------------
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]


Reply via email to