-
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
Disable fastpath reading for some data types in ORC #10939
Conversation
✅ Deploy Preview for meta-velox canceled.
|
74af92b
to
7884385
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.
Thanks @wypb
@wypb Would you rebase this PR so we can merge it? |
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
44c7d69
to
cec6528
Compare
@mbasmanova I have synced the latest code. |
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@wypb Would you rebase to resolve CI failures? |
9dc40db
to
adc060b
Compare
adc060b
to
9ba4715
Compare
Hi @mbasmanova I have rebase the latest code. |
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@mbasmanova merged this pull request in d1ac079. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…r#10939) Summary: As discussed in prestodb/presto#23037 (comment), we need to disable fastpath reads of some ORC data types, so that we can add TPCDS related tests in the Presto native module. CC: Yuhta aditi-pandit Pull Request resolved: facebookincubator#10939 Reviewed By: Yuhta Differential Revision: D62373833 Pulled By: mbasmanova fbshipit-source-id: f38c7959ffb72c1ecbda9c7de4631dfa5ee73e39
As discussed in prestodb/presto#23037 (comment), we need to disable fastpath reads of some ORC data types, so that we can add TPCDS related tests in the Presto native module.
CC: @Yuhta @aditi-pandit