-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: Enable Parquet E2E filter tests on decimal type #11602
Conversation
✅ Deploy Preview for meta-velox canceled.
|
fe3b410
to
98285dd
Compare
0ff89b3
to
bcdb766
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yuhta @majetideepak Would you like to take a review? Thanks.
@@ -316,6 +316,9 @@ bool testFilter( | |||
return true; | |||
} | |||
if (type->isDecimal()) { | |||
// The min and max value in the metadata for decimal type in Parquet can be | |||
// stored in different physical types, including int32, int64 and | |||
// fixed_len_byte_array. The loading of them is not supported in Metadata. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took a look at the support of row group skip for Parquet decimal and am glad to follow up in a separate PR if you think it is needed.
@kagamiori has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@kagamiori has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kagamiori merged this pull request in 1b75704. |
can be generated.
on column statistics for decimal type is not currently supported.