This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
commit 0b842e5aa235bdacf704482f516e8b8c6394b097 Author: morningman <[email protected]> AuthorDate: Sat Jun 10 22:56:20 2023 +0800 [branch1.2](fix) BE code style --- be/src/vec/exec/vset_operation_node.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/be/src/vec/exec/vset_operation_node.cpp b/be/src/vec/exec/vset_operation_node.cpp index 418aa06d85..3bd1fe9d82 100644 --- a/be/src/vec/exec/vset_operation_node.cpp +++ b/be/src/vec/exec/vset_operation_node.cpp @@ -26,8 +26,7 @@ namespace vectorized { template <class HashTableContext> struct HashTableBuild { HashTableBuild(int rows, Block& acquired_block, ColumnRawPtrs& build_raw_ptrs, - VSetOperationNode* operation_node, uint8_t offset, - RuntimeState* state) + VSetOperationNode* operation_node, uint8_t offset, RuntimeState* state) : _rows(rows), _offset(offset), _acquired_block(acquired_block), --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
