You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/06/10 14:56:41 UTC

[doris] 10/10: [branch1.2](fix) BE code style

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 <mo...@163.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org