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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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?

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