boneanxs commented on a change in pull request #4823:
URL: https://github.com/apache/hudi/pull/4823#discussion_r808615222
##########
File path:
hudi-client/hudi-java-client/src/main/java/org/apache/hudi/table/action/commit/JavaUpsertPartitioner.java
##########
@@ -205,6 +205,11 @@ private void assignInserts(WorkloadProfile profile,
HoodieEngineContext context)
private Map<String, List<SmallFile>> getSmallFilesForPartitions(List<String>
partitionPaths, HoodieEngineContext context) {
Map<String, List<SmallFile>> partitionSmallFilesMap = new HashMap<>();
+
+ if (config.getParquetSmallFileLimit() == 0) {
Review comment:
Can `PARQUET_SMALL_FILE_LIMIT` be set to be negative? I'm not sure.
Yeah, I'll add the description to the `PARQUET_SMALL_FILE_LIMIT`
--
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]