tu-leminh commented on issue #15119: URL: https://github.com/apache/iceberg/issues/15119#issuecomment-4310708588
hi there, i'm facing similar issue, but it could be different. 3 way spj join with 2000 bucket failed if this config is on "spark.sql.sources.v2.bucketing.pushPartValues.enabled", cant shuffle free join if that config is off. fixed after im checking my bucket column and figure out there are nulls, remove all that null and spj worked like expected. -- 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]
