Skip to content

[fix](Nereids) generating function should not folding to NullLiteral (#29003) - #29511

Merged
xiaokang merged 1 commit into
apache:branch-2.0from
morrySnow:2.0_29003
Jan 4, 2024
Merged

[fix](Nereids) generating function should not folding to NullLiteral (#29003)#29511
xiaokang merged 1 commit into
apache:branch-2.0from
morrySnow:2.0_29003

Conversation

@morrySnow

Copy link
Copy Markdown
Contributor

pick from master
PR #29003
commit: f371528

should not fold table generating function to null when do constant folding. we should remove Generate node and replaced it by project later.

Proposed changes

Issue Number: close #xxx

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

…pache#29003)
should not fold table generating function to null when do constant folding.
we should remove Generate node and replaced it by project later.
@morrySnow

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 49.27 seconds
stream load tsv: 568 seconds loaded 74807831229 Bytes, about 125 MB/s
stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s
stream load orc: 65 seconds loaded 1101869774 Bytes, about 16 MB/s
stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s
insert into select: 29.6 seconds inserted 10000000 Rows, about 337K ops/s
storage size: 17162582071 Bytes

@xiaokang
xiaokang merged commit 21b377a into apache:branch-2.0Jan 4, 2024
@morrySnow
morrySnow deleted the 2.0_29003 branch February 27, 2024 10:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@morrySnow@doris-robot@xiaokang