Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward-merge branch-23.08 to branch-23.10 #13730

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Conversation

GPUtester
Copy link
Collaborator

Forward-merge triggered by push to branch-23.08 that creates a PR to keep branch-23.10 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

)

Closes #13709

ORC reader skips some decode steps in the corner case where a column hierarchy level contains no data (e.g. struct with no validity mask).
However, some of the skipped steps might still be required; for example, null masks need to the propagated to the child columns.

This PR removes the short-circuit in the corner case, allowing correct decode when null masks need to be propagated.
This PR also moves creation of the time zone table out of the level-by-level loop, as it can just be reused at all levels.

Authors:
  - Vukasin Milovanovic (https://github.com/vuule)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Divye Gala (https://github.com/divyegala)

URL: #13722
@GPUtester GPUtester requested review from a team as code owners July 21, 2023 20:18
@GPUtester GPUtester requested review from vyasr, galipremsagar and nvdbaranec and removed request for a team July 21, 2023 20:18
@GPUtester GPUtester merged commit 0edea00 into branch-23.10 Jul 21, 2023
16 checks passed
@GPUtester
Copy link
Collaborator Author

SUCCESS - forward-merge complete.

@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. Python Affects Python cuDF API. labels Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libcudf Affects libcudf (C++/CUDA) code. Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants