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

add test file for page index filter. #25

Merged
merged 2 commits into from Jul 4, 2022

Conversation

Ted-Jiang
Copy link
Member

@Ted-Jiang Ted-Jiang commented Jul 1, 2022

@Ted-Jiang
Copy link
Member Author

Ted-Jiang commented Jul 1, 2022

@pitrou @alamb PTAL

Copy link

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good to me -- thank you @Ted-Jiang

data/README.md Outdated
|null_list.parquet | an empty list. Generated from this json `{"emptylist":[]}` and for the purposes of testing correct read/write behaviour of this base case. |
| null_list.parquet | an empty list. Generated from this json `{"emptylist":[]}` and for the purposes of testing correct read/write behaviour of this base case. |
| alltypes_tiny_pages.parquet | small page sizes with dictionary encoding with page index |
| alltypes_tiny_pages_plain.parquet | small page sizes without dictionary encoding with page index |
Copy link

Choose a reason for hiding this comment

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

Maybe we can also mention the file's lineage (that it came from impala, with link) in this comment

data/README.md Outdated
|null_list.parquet | an empty list. Generated from this json `{"emptylist":[]}` and for the purposes of testing correct read/write behaviour of this base case. |
| null_list.parquet | an empty list. Generated from this json `{"emptylist":[]}` and for the purposes of testing correct read/write behaviour of this base case. |
| alltypes_tiny_pages.parquet | small page sizes with dictionary encoding with page index |
| alltypes_tiny_pages_plain.parquet | small page sizes without dictionary encoding with page index |
Copy link

Choose a reason for hiding this comment

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

Suggested change
| alltypes_tiny_pages_plain.parquet | small page sizes without dictionary encoding with page index |
| alltypes_tiny_pages_plain.parquet | small page sizes with plain encoding with page index |

Copy link
Member Author

Choose a reason for hiding this comment

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

@alamb Thanks, fix all comment.

@Ted-Jiang
Copy link
Member Author

@wesm could please take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants