kevinjqliu commented on PR #1417: URL: https://github.com/apache/iceberg-python/pull/1417#issuecomment-2555729306
Looks like modifying `provision.py` to include this part is what we need. I double checked by running integration tests locally. ``` spark = ( SparkSession .builder .config("spark.sql.shuffle.partitions", "1") .config("spark.default.parallelism", "1") .getOrCreate() ) ``` from https://github.com/apache/iceberg-rust/pull/826/files#r1892947712 -- 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