ad1happy2go commented on issue #10115: URL: https://github.com/apache/hudi/issues/10115#issuecomment-1813990007
@ChiehFu In older versions of hudi we do use the configs but it newer versions we derive it from input DataFrame. Your two files are 115 MB so they ideally make those number of partition (2-3) only as block size is 128 MB. You can try setting `sql.files.maxPartitionBytes` to a lower value so that it can make more partitions. -- 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]
