-
Notifications
You must be signed in to change notification settings - Fork 35
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
Schema evolution support for reader value hooks #72
Conversation
Summary: X-link: facebookincubator/velox#10755 Currently reader value hook is not considering schema evolution at all, this change fix that. Differential Revision: D61229494
This pull request was exported from Phabricator. Differential Revision: D61229494 |
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.
Changes look good to me. Build is failing because it doesn't have the corresponding Velox changes, but I assume you know how to land these together safely.
This pull request has been merged in eb3a1dd. |
Summary: X-link: facebookincubator/nimble#72 Pull Request resolved: #10755 Currently reader value hook is not considering schema evolution at all, this change fix that. Reviewed By: kevinwilfong Differential Revision: D61229494 fbshipit-source-id: 729bb90611fb3164282b524376eda20985a30194
) Summary: X-link: facebookincubator/nimble#72 Pull Request resolved: facebookincubator#10755 Currently reader value hook is not considering schema evolution at all, this change fix that. Reviewed By: kevinwilfong Differential Revision: D61229494 fbshipit-source-id: 729bb90611fb3164282b524376eda20985a30194
…ebookincubator#11298 (#505) * Fix NaN handling for min/max aggreates pushed down to scan (facebookincubator#10583) Summary: Pull Request resolved: facebookincubator#10583 This fixes min/max aggregates to handle NaN values correctly when they are pushed down to the scan operator. Specifically, the change ensures that NaN values are considered greater than infinity. Reviewed By: zacw7 Differential Revision: D60297934 fbshipit-source-id: 3398ba24d6fc70bbd0d8583d2949391b0824099c * Schema evolution support for reader value hooks (facebookincubator#10755) Summary: X-link: facebookincubator/nimble#72 Pull Request resolved: facebookincubator#10755 Currently reader value hook is not considering schema evolution at all, this change fix that. Reviewed By: kevinwilfong Differential Revision: D61229494 fbshipit-source-id: 729bb90611fb3164282b524376eda20985a30194 * Disable aggregate pushdown for decimal type (facebookincubator#11298) Summary: Currently, `int64_t` enables push-down for decimal type. This PR disables aggregate pushdown for decimal type regardless of c++ type. Fixes facebookincubator#11290 Pull Request resolved: facebookincubator#11298 Reviewed By: Yuhta Differential Revision: D65834210 Pulled By: kevinwilfong fbshipit-source-id: 422f7eda8f4184c6fa83055e7cf430ff5053d387 --------- Co-authored-by: Bikramjeet Vig <bikramjeet@meta.com> Co-authored-by: Jimmy Lu <jimmylu@meta.com> Co-authored-by: NEUpanning <emmning@163.com>
Summary:
X-link: facebookincubator/velox#10755
Currently reader value hook is not considering schema evolution at all, this change fix that.
Differential Revision: D61229494