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

Do not release the chunk group state if there is data #245

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

japinli
Copy link
Contributor

@japinli japinli commented Mar 6, 2024

When the chunk group row limit is bigger than COLUMNAR_VECTOR_COLUMN_SIZE, there might be some data referenced by VectorColumn, so if there is data read by ReadChunkGroupNextVector(), do not release ChunkGroupReadState. See #244.

When the chunk group row limit bigger COLUMNAR_VECTOR_COLUMN_SIZE, there
might be some data refereced by VectorColumn, so if there is data read
by ReadChunkGroupNextVector(), do not release ChunkGroupReadState.
@wuputah wuputah requested a review from mkaruza March 12, 2024 01:45
@wuputah wuputah requested a review from JerrySievert March 20, 2024 01:29
@wuputah wuputah merged commit 67e37bd into hydradatabase:main Mar 20, 2024
@wuputah wuputah mentioned this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants