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

[GLUTEN-2038][VL][FOLLOWUP] Fix and add test #335

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

ulysses-you
Copy link

The reason why E2EFilterTest .metadataFilter failed is that, it tests the filter pushdown using row group metadata but after #326 it only has one row group. This prs change the max rows in one row group to 10 which is aligned with the test batch size, so that each batch can produce a row group.

Besides, this pr adds a new test to check we can combine small batches into a big row group.

@ulysses-you
Copy link
Author

cc @JkSelf @zhejiangxiaomai thank you

@ulysses-you ulysses-you mentioned this pull request Jun 28, 2023
@zhejiangxiaomai
Copy link
Collaborator

After this pr passed, I can make a new pr to fix format check.

@zhejiangxiaomai zhejiangxiaomai merged commit 1804161 into oap-project:main Jun 28, 2023
@ulysses-you ulysses-you deleted the test branch June 28, 2023 11:11
marin-ma pushed a commit to marin-ma/velox-oap that referenced this pull request Dec 15, 2023
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.

2 participants