danny0405 commented on code in PR #13148:
URL: https://github.com/apache/hudi/pull/13148#discussion_r2045889682


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/common/SparkReaderContextFactory.java:
##########
@@ -55,31 +53,16 @@
 import scala.Tuple2;
 import scala.collection.JavaConverters;
 
-/**
- * Broadcast variable management for Spark.
- */
-public class SparkBroadcastManager extends EngineBroadcastManager {
-
-  private final transient HoodieEngineContext context;
-  private final transient HoodieTableMetaClient metaClient;
+class SparkReaderContextFactory implements ReaderContextFactory<InternalRow> {

Review Comment:
   Add doc for this class.



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