Skip to content

Commit

Permalink
[BugFix]revert hive_max_split_size to 64MB (StarRocks#32586)
Browse files Browse the repository at this point in the history
Signed-off-by: Youngwb <[email protected]>
  • Loading branch information
Youngwb authored Oct 12, 2023
1 parent 11cd428 commit 562d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/fe-core/src/main/java/com/starrocks/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ public class Config extends ConfigBase {
* or hdfs into smaller files for hive external table
*/
@ConfField(mutable = true)
public static long hive_max_split_size = 512L * 1024L * 1024L;
public static long hive_max_split_size = 64L * 1024L * 1024L;

/**
* Enable background refresh all external tables all partitions metadata on internal catalog.
Expand Down

0 comments on commit 562d67e

Please sign in to comment.