RLashofRegas commented on issue #3703: URL: https://github.com/apache/iceberg/issues/3703#issuecomment-1769378796
@RussellSpitzer Maybe I'm missing something but I don't think I can disable the broadcast in this case. `spark.sql.autoBroadcastJoinThreshold=-1` will only disable automatic broadcasts, but I can see in both [Iceberg 0.14 `buildValidContentFileWithTypeDF`](https://github.com/apache/iceberg/blob/6d2edd6284ebc5301dbe45376a31ca8316852a77/spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/actions/BaseSparkAction.java#L129C26-L129C57) and [the equivalent function in main `contentFileDS`](https://github.com/apache/iceberg/blob/16c2af49a142d7044b619403de3e52aed13893e0/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/BaseSparkAction.java#L149) it looks like `sparkContext.broadcast(...)` is being called. If the table to be broadcast is larger than 8GB this will fail. Any ideas? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org