wzx140 commented on code in PR #6745:
URL: https://github.com/apache/hudi/pull/6745#discussion_r981302288


##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/HoodieInternalRowUtils.scala:
##########
@@ -267,8 +277,23 @@ object HoodieInternalRowUtils {
     }
   }
 
+  def broadcastCompressedSchema(schemas: List[StructType], sc: SparkContext): 
Unit = {

Review Comment:
   You can take a look at my comment for "Why do we need this?". We can't make 
sure every executor initialize fingerprint->schema we need locally.



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