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

fix: Fix columns stats when insert serialized rows #11910

Closed
wants to merge 1 commit into from

Conversation

xiaoxmeng
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 18, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67419701

Copy link

netlify bot commented Dec 18, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 5a26064
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6763604cd7d9e70008dc7ec9

Copy link
Contributor

@Yuhta Yuhta left a 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?

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 18, 2024
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
@facebook-github-bot
Copy link
Contributor

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
@xiaoxmeng xiaoxmeng changed the title Fix columns stats when insert serialized rows fix: Fix columns stats when insert serialized rows Dec 18, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67419701

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 67e858c.

@xiaoxmeng xiaoxmeng deleted the export-D67419701 branch December 19, 2024 02:42
athmaja-n pushed a commit to athmaja-n/velox that referenced this pull request Jan 10, 2025
…#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants