jzhuge opened a new pull request, #8922:
URL: https://github.com/apache/iceberg/pull/8922

   Honor Spark conf `spark.sql.files.maxPartitionBytes` in read split size, 
right before the default value.
   
   Here is the proposed order:
   
   1. DataFrame read option `split-size`
   2. Table property `read.split.target-size`
   3. Spark conf `spark.sql.files.maxPartitionBytes`
   4. Constant `SPLIT_SIZE_DEFAULT`


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

Reply via email to