lokeshj1703 commented on code in PR #12935: URL: https://github.com/apache/hudi/pull/12935#discussion_r2001484794
########## hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/SparkBroadcastManager.java: ########## @@ -71,6 +73,7 @@ public class SparkBroadcastManager extends EngineBroadcastManager { public SparkBroadcastManager(HoodieEngineContext context, HoodieTableMetaClient metaClient) { this.context = context; this.metaClient = metaClient; + this.tableVersion = metaClient.getTableConfig().getTableVersion(); Review Comment: This has been removed now after Lin's fix. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org