beyond1920 commented on PR #10373: URL: https://github.com/apache/hudi/pull/10373#issuecomment-1865434792
@jonvex @vinothchandar Thanks a lot for attention. I close the issue because I find the root cause of broadcast a large HUDI relation is those query jobs does not set extensions as `HoodieSparkSessionExtension`, so the `HoodiePruneFileSourcePartitions` is not taking effect. Then when `JoinSelection` call `HoodieFsRelation#Relation#sizeInBytes` which routing to `FileIndex#sizeInBytes`, it would return 0 because `FileIndex` using lazy list mode by default. It causes broadcast the HUDI source. -- 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]
