Skip to content

[refactor](remove row batch) remove impala rowbatch structure#15767

Merged
yiguolei merged 4 commits intoapache:masterfrom
yiguolei:remove_row_batch
Jan 11, 2023
Merged

[refactor](remove row batch) remove impala rowbatch structure#15767
yiguolei merged 4 commits intoapache:masterfrom
yiguolei:remove_row_batch

Conversation

@yiguolei
Copy link
Copy Markdown
Contributor

Proposed changes

Issue Number: close #xxx

Problem summary

Describe your changes.

Checklist(Required)

  1. Does it affect the original behavior:
    • Yes
    • No
    • I don't know
  2. Has unit tests been added:
    • Yes
    • No
    • No Need
  3. Has document been added or modified:
    • Yes
    • No
    • No Need
  4. Does it need to update dependencies:
    • Yes
    • No
  5. Are there any changes that cannot be rolled back:
    • Yes (If Yes, please explain WHY)
    • No

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@github-actions
Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@@ -24,7 +24,6 @@
#include "exprs/expr.h"
#include "exprs/int_literal.h"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'exprs/int_literal.h' file not found [clang-diagnostic-error]

#include "exprs/int_literal.h"
         ^

@@ -23,7 +23,6 @@
#include "exprs/in_predicate.h"
#include "exprs/int_literal.h"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'exprs/int_literal.h' file not found [clang-diagnostic-error]

#include "exprs/int_literal.h"
         ^

doris::vectorized::VExprContext* context = nullptr;
doris::vectorized::VExpr::create_expr_tree(&object_pool, exprx, &context);

int32_t k1 = -100;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: unused variable 'k1' [clang-diagnostic-unused-variable]

    int32_t k1 = -100;
            ^

@hello-stephen
Copy link
Copy Markdown
Contributor

TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.71 seconds
load time: 487 seconds
storage size: 17123239723 Bytes
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20230110115750_clickbench_pr_76962.html

Copy link
Copy Markdown
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added approved Indicates a PR has been approved by one committer. reviewed labels Jan 11, 2023
@github-actions
Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@yiguolei yiguolei merged commit d857b4a into apache:master Jan 11, 2023
@yiguolei yiguolei deleted the remove_row_batch branch August 23, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/vectorization reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants