wangxianghu commented on a change in pull request #2434:
URL: https://github.com/apache/hudi/pull/2434#discussion_r555724094



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
##########
@@ -420,6 +421,12 @@ public static HoodieTableMetaClient 
initTableAndGetMetaClient(Configuration hado
       }
     }
 
+    // Always create instantGenerateFolder which is needed for 
InstantGenerateOperator
+    final Path instantGenerateFolder = new Path(basePath, 
HoodieTableMetaClient.INSTANT_GENERATE_FOLDER_NAME);

Review comment:
       > @wangxianghu Do we have a better place to put this change? It's common 
package.
   
   How about `StreamerUtil` ? this operation is only used in 
`HoodieFlinkStreamer` WDYT @loukey-lj 




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