Skip to content

Conversation

@kaka11chen
Copy link
Contributor

@kaka11chen kaka11chen commented Jun 4, 2023

Proposed changes

Fix some bugs of orc lazy materialization(#18615)

  • Fix issue causing column size to continuously increase after execute_conjuncts() by calling Block::erase_useless_column().
  • Fix partition issues of orc lazy materialization.
  • Fix lazy materialization will not be used when the predicate column is inconsistent with the orc file.

Further comments

Regression Test:
iceberg_partition_upper_case.groovy

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

@kaka11chen
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2023

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

@morningman morningman self-assigned this Jun 4, 2023
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

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jun 7, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

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

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

PR approved by anyone and no changes requested.

@morningman morningman merged commit 845d459 into apache:master Jun 9, 2023
xiaokang pushed a commit that referenced this pull request Jun 9, 2023
Fix some bugs of orc lazy materialization(#18615)
- Fix issue causing column size to continuously increase after `execute_conjuncts()` by calling `Block::erase_useless_column()`.
- Fix partition issues of orc lazy materialization. 
- Fix lazy materialization will not be used when the predicate column is inconsistent with the orc file.
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. dev/2.0-beta-merged kind/test reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants