Skip to content

Commit

Permalink
Revert "[Enhancement] Enlarge the value of config hive_max_split_size…
Browse files Browse the repository at this point in the history
… (backport #28209)" (#28696)
  • Loading branch information
DorianZheng committed Aug 6, 2023
1 parent cb14833 commit 1778465
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 @@ -1826,7 +1826,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 1778465

Please sign in to comment.