Skip to content

[fix](Nereids): add integer type #15983

Merged
morrySnow merged 1 commit intoapache:masterfrom
keanji-x:fix-q54
Jan 17, 2023
Merged

[fix](Nereids): add integer type #15983
morrySnow merged 1 commit intoapache:masterfrom
keanji-x:fix-q54

Conversation

@keanji-x
Copy link
Contributor

@keanji-x keanji-x commented Jan 16, 2023

Proposed changes

add integer type

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...

@hello-stephen
Copy link
Contributor

hello-stephen commented Jan 16, 2023

TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.11 seconds
load time: 493 seconds
storage size: 17122088967 Bytes
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20230117034957_clickbench_pr_81727.html

List<Expr> joinConjuncts = nestedLoopJoin.getOtherJoinConjuncts().stream()
.map(e -> ExpressionTranslator.translate(e, context)).collect(Collectors.toList());
nestedLoopJoinNode.setJoinConjuncts(joinConjuncts);
nestedLoopJoinNode.addConjuncts(joinConjuncts);
Copy link
Contributor

Choose a reason for hiding this comment

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

why we put join conjuncts to filter? i don't think it is right

@morrySnow
Copy link
Contributor

maybe the right way to fix NLJ is #15979

@keanji-x keanji-x force-pushed the fix-q54 branch 2 times, most recently from f9741eb to 59e8cb7 Compare January 17, 2023 02:14
@keanji-x
Copy link
Contributor Author

keanji-x commented Jan 17, 2023

maybe the right way to fix NLJ is #15979

Yeah, I'll remove them

@keanji-x keanji-x changed the title [fix](Nereids): add integer type and fix bug in nsl join [fix](Nereids): add integer type Jan 17, 2023
@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jan 17, 2023
@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@morrySnow morrySnow merged commit 3d05ffb into apache:master Jan 17, 2023
dutyu pushed a commit to dutyu/doris that referenced this pull request Feb 1, 2023
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/nereids kind/test reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants