mzheng-plaid commented on issue #12434:
URL: https://github.com/apache/hudi/issues/12434#issuecomment-2523869540

   We set these to:
   ```
               "hoodie.parquet.max.file.size": (512 * 1024 * 1024),  # 512 mb
               "hoodie.parquet.block.size": (
                   512 * 1024 * 1024
               ),  # 512 mb
               "hoodie.parquet.small.file.limit": (256 * 1024 * 1024),
   ```
   
   So with parquet there is `spark.sql.files.maxPartitionBytes` and if I'm 
understanding 
https://github.com/apache/iceberg/pull/8922#issuecomment-1784547459 correctly 
Iceberg also supports split size - does Hudi have any similar support for 
reading large files? As far as I can tell `spark.sql.files.maxPartitionBytes`  
is ignored


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

Reply via email to