Skip to content

[Fix](parquet-reader) Fix dict_filter crashed caused by VDirectInPredicate checking expr result is not nullable.#17924

Merged
morningman merged 1 commit intoapache:masterfrom
kaka11chen:fix_dict_filter_crash
Mar 19, 2023
Merged

[Fix](parquet-reader) Fix dict_filter crashed caused by VDirectInPredicate checking expr result is not nullable.#17924
morningman merged 1 commit intoapache:masterfrom
kaka11chen:fix_dict_filter_crash

Conversation

@kaka11chen
Copy link
Contributor

Proposed changes

Issue Number: close #17923

Problem summary

Be crashed in parquet dict_filter function caused by VDirectInPredicate checking expr result is not nullable.

Checklist(Required)

  • Does it affect the original behavior
  • Has unit tests been added
  • Has document been added or modified
  • Does it need to update dependencies
  • Is this PR support rollback (If NO, please explain WHY)

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
Contributor

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

@kaka11chen
Copy link
Contributor Author

run buildall

@hello-stephen
Copy link
Contributor

TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.26 seconds
stream load tsv: 464 seconds loaded 74807831229 Bytes, about 153 MB/s
stream load json: 24 seconds loaded 2358488459 Bytes, about 93 MB/s
stream load orc: 73 seconds loaded 1101869774 Bytes, about 14 MB/s
stream load parquet: 31 seconds loaded 861443392 Bytes, about 26 MB/s
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20230319035341_clickbench_pr_116568.html

Copy link
Contributor

@xxiao2018 xxiao2018 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
Contributor

PR approved by anyone and no changes requested.

Copy link
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

@morningman morningman merged commit 378789b into apache:master Mar 19, 2023
gnehil pushed a commit to gnehil/doris that referenced this pull request Apr 21, 2023
…icate checking expr result is not nullable. (apache#17924)

Be crashed in parquet dict_filter function caused by VDirectInPredicate checking expr result is not nullable.
Sign up for free to 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.

[Bug] Be crashed in parquet dict_filter function caused by VDirectInPredicate checking expr result is not nullable.

4 participants