nsivabalan commented on a change in pull request #3590:
URL: https://github.com/apache/hudi/pull/3590#discussion_r712393848
##########
File path:
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java
##########
@@ -442,25 +467,10 @@ private void completeTableService(TableServiceType
tableServiceType, HoodieCommi
} else {
writeTimer = metrics.getDeltaCommitCtx();
}
+ table.getHoodieView().sync();
Review comment:
need to discuss on whats the right thing to do here. timeline does not
refresh for every operation, but in some tests we do N no of operations and so
we need this refresh. We might have a deltastreamer which uses same writeClirnt
and does N no of write operations. For spark datasource, should not be an
issue.
--
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]