Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: luohaha <[email protected]>
  • Loading branch information
luohaha committed Jan 3, 2025
1 parent 815ff86 commit 848de9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ CONF_mInt64(load_spill_max_chunk_bytes, "10485760");
// Max merge input bytes during spill merge. Default is 1024MB.
CONF_mInt64(load_spill_max_merge_bytes, "1073741824");
// Max memory used for merge load spill blocks.
CONF_mInt64(load_spill_memory_limit_percent, "40");
CONF_mInt64(load_spill_memory_limit_percent, "30");

// ignore union type tag in avro kafka routine load
CONF_mBool(avro_ignore_union_type_tag, "false");
Expand Down
4 changes: 1 addition & 3 deletions be/src/storage/lake/load_spill_block_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
#include "exec/spill/block_manager.h"
#include "exec/spill/dir_manager.h"
#include "exec/spill/input_stream.h"
#include "util/threadpool.h"

namespace starrocks {

class ThreadPool;

namespace lake {

class LoadSpillBlockMergeExecutor {
Expand Down

0 comments on commit 848de9d

Please sign in to comment.