the-other-tim-brown commented on code in PR #11853:
URL: https://github.com/apache/hudi/pull/11853#discussion_r1804952381
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/StreamSync.java:
##########
@@ -328,24 +328,54 @@ public StreamSync(HoodieStreamer.Config cfg, SparkSession
sparkSession,
}
/**
- * Refresh Timeline.
+ * Creates a meta client for the table, and refresh timeline.
*
* @throws IOException in case of any IOException
*/
- public void refreshTimeline() throws IOException {
+ public HoodieTableMetaClient initializeMetaClientAndRefreshTimeline() throws
IOException {
Review Comment:
I was trying not to change the signatures too much here
--
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]