ulysses-you opened a new pull request, #5563:
URL: https://github.com/apache/incubator-gluten/pull/5563

   ## What changes were proposed in this pull request?
   
   Vanilla Spark build HashRelation at driver side, so it is build keys 
sensitive. But we broadcast byte array and build HashRelation at executor side, 
the build keys are actually meaningless for the broadcast value.
   
   This pr erases the HashedRelationBroadcastMode build keys when do 
canonicalize. This change allows us reuse broadcast exchange for different 
build keys with same table.
   
   ## How was this patch tested?
   
   add test
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to