This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a commit to branch tpc_preview2
in repository https://gitbox.apache.org/repos/asf/doris.git

commit affa57117a87ab51baf7fb1c6d682767bb73c4f6
Author: BiteTheDDDDt <[email protected]>
AuthorDate: Tue Nov 25 09:48:51 2025 +0800

    reset
---
 be/src/vec/common/hash_table/hash_map_context.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/vec/common/hash_table/hash_map_context.h 
b/be/src/vec/common/hash_table/hash_map_context.h
index 704e2a44833..0140a30653f 100644
--- a/be/src/vec/common/hash_table/hash_map_context.h
+++ b/be/src/vec/common/hash_table/hash_map_context.h
@@ -251,6 +251,7 @@ struct MethodSerialized : public MethodBase<TData> {
             for (size_t i = 0; i < num_rows; ++i) {
                 input_keys[i].data =
                         reinterpret_cast<char*>(serialized_key_buffer + i * 
max_one_row_byte_size);
+                input_keys[i].size = 0;
             }
 
             for (const auto& column : key_columns) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to