This is an automated email from the ASF dual-hosted git repository.
changchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 90c25fba9 [GLUTEN-6701][CH] fix: Performace regression at 20240802
daily build (#6702)
90c25fba9 is described below
commit 90c25fba97847ba05dff15a91b0f5f6ae299a644
Author: Chang chen <[email protected]>
AuthorDate: Sat Aug 3 20:07:39 2024 +0800
[GLUTEN-6701][CH] fix: Performace regression at 20240802 daily build (#6702)
This reverts commit e472e5dac31343caf167f74c9e95f89c146fd049.
---
cpp-ch/local-engine/Shuffle/PartitionWriter.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp-ch/local-engine/Shuffle/PartitionWriter.cpp
b/cpp-ch/local-engine/Shuffle/PartitionWriter.cpp
index 58be56421..a2ef0888a 100644
--- a/cpp-ch/local-engine/Shuffle/PartitionWriter.cpp
+++ b/cpp-ch/local-engine/Shuffle/PartitionWriter.cpp
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]