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

[native] Fix unsafe row exchange source with compression support #24291

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

xiaoxmeng
Copy link
Contributor

Velox has added compression support for row format but the unsaferow exchange source
built for Sapphire on Velox only expect concatenated serialized rows. This PR fixes this
by adding a uncompressed row group header to make the serialized format compatible.

== NO RELEASE NOTE ==

@xiaoxmeng xiaoxmeng requested a review from a team as a code owner December 20, 2024 17:43
@prestodb-ci prestodb-ci added the from:Meta PR from Meta label Dec 20, 2024
gggrace14
gggrace14 previously approved these changes Dec 20, 2024
gggrace14
gggrace14 previously approved these changes Dec 20, 2024
kagamiori
kagamiori previously approved these changes Dec 20, 2024
tanjialiang
tanjialiang previously approved these changes Dec 20, 2024
@facebook-github-bot
Copy link
Collaborator

@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@amitkdutta
Copy link
Contributor

Looks like ci/circleci: linux-presto-e2e-tests and ci/circleci: linux-spark-e2e-tests just stuck and not running. @czentgr @majetideepak any thoughts?

Copy link
Contributor

@amitkdutta amitkdutta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@amitkdutta amitkdutta merged commit 2fcbb3f into prestodb:master Dec 21, 2024
65 of 67 checks passed
@xiaoxmeng xiaoxmeng deleted the unsafe branch December 21, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from:Meta PR from Meta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants