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

[core] Fix parquet nextRowPosition bug #4636

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

Aiden-Dong
Copy link
Contributor

@Aiden-Dong Aiden-Dong commented Dec 4, 2024

Purpose

Linked issue: #4608 (comment)

Tests

API and Format

Documentation

@leaves12138 leaves12138 changed the title fix parquet nextRowPosition bug [core] Fix parquet nextRowPosition bug Dec 4, 2024
@JingsongLi
Copy link
Contributor

@Aiden-Dong Can you create unit tests to cover this?

@Aiden-Dong
Copy link
Contributor Author

@Aiden-Dong Can you create unit tests to cover this?

I'm going to add a range query test to cover this case.

@@ -822,6 +843,8 @@ public void testDeletionVectorsWithParquetFilter() throws Exception {
conf.set("parquet.page.size", "1024");
});

System.out.println(((AbstractFileStoreTable) table).path);
Copy link
Member

@xuzifu666 xuzifu666 Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to LOG info or remove it?

Copy link
Contributor

@leaves12138 leaves12138 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@leaves12138 leaves12138 merged commit 0266765 into apache:master Dec 4, 2024
12 checks passed
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.

4 participants