Skip to content

Commit

Permalink
Revert "[CH] Hotfix a configuration bug in shuffle writer "
Browse files Browse the repository at this point in the history
This reverts commit e472e5d.
  • Loading branch information
baibaichen committed Aug 3, 2024
1 parent b7dd9a8 commit 2f24467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Shuffle/PartitionWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ PartitionWriter::PartitionWriter(CachedShuffleWriter * shuffle_writer_, LoggerPt
partition_block_buffer[partition_id] = std::make_shared<ColumnsBuffer>(options->split_size);
partition_buffer[partition_id] = std::make_shared<Partition>();
}
settings = MemoryConfig::loadFromContext(SerializedPlanParser::global_context);
settings.loadFromContext(SerializedPlanParser::global_context);
}

size_t PartitionWriter::bytes() const
Expand Down

0 comments on commit 2f24467

Please sign in to comment.