nbalajee commented on a change in pull request #3698:
URL: https://github.com/apache/hudi/pull/3698#discussion_r714966071



##########
File path: 
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java
##########
@@ -318,6 +323,7 @@ protected void completeCompaction(HoodieCommitMetadata 
metadata, JavaRDD<WriteSt
   @Override
   protected JavaRDD<WriteStatus> compact(String compactionInstantTime, boolean 
shouldComplete) {
     HoodieSparkTable<T> table = HoodieSparkTable.create(config, context);

Review comment:
       should you use createTable(config, context, true) API here?
   instead of create() followed by table.getHoodieView().sync();
   
   




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