-
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: Fix columns stats when insert serialized rows #11910
Conversation
This pull request was exported from Phabricator. Differential Revision: D67419701 |
✅ Deploy Preview for meta-velox canceled.
|
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.
Is there a way to unit test this?
Summary: We don't update column stats when insert serialized rows which could cause problem when extract data from the row container as deserialized vector which depends on the column stats in the row container. This PR adds column stats update for serialized row insertion Reviewed By: Yuhta Differential Revision: D67419701
a2bb719
to
4c98b7f
Compare
This pull request was exported from Phabricator. Differential Revision: D67419701 |
…#11910) Summary: We don't update column stats when insert serialized rows which could cause problem when extract data from the row container as deserialized vector which depends on the column stats in the row container. This PR adds column stats update for serialized row insertion Reviewed By: Yuhta Differential Revision: D67419701
4c98b7f
to
5a26064
Compare
This pull request was exported from Phabricator. Differential Revision: D67419701 |
This pull request has been merged in 67e858c. |
…#11910) Summary: Pull Request resolved: facebookincubator#11910 We don't update column stats when insert serialized rows which could cause problem when extract data from the row container as deserialized vector which depends on the column stats in the row container. This PR adds column stats update for serialized row insertion Reviewed By: Yuhta Differential Revision: D67419701 fbshipit-source-id: dc243f6b4f0af6979103667922c13ad0ed89b8d9
Summary:
We don't update column stats when insert serialized rows which could cause problem when extract data
from the row container as deserialized vector which depends on the column stats in the row container.
This PR adds column stats update for serialized row insertion
Differential Revision: D67419701