refactor: Reland VectorSerde API changes with backward compatibility (#16912)#16912
Open
han-yan01 wants to merge 1 commit intofacebookincubator:mainfrom
Open
refactor: Reland VectorSerde API changes with backward compatibility (#16912)#16912han-yan01 wants to merge 1 commit intofacebookincubator:mainfrom
han-yan01 wants to merge 1 commit intofacebookincubator:mainfrom
Conversation
✅ Deploy Preview for meta-velox canceled.
|
|
@han-yan01 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D98055879. |
c9a4fdc to
5fc7789
Compare
han-yan01
added a commit
to han-yan01/axiom
that referenced
this pull request
Mar 26, 2026
…acebookincubator#1142) Summary: X-link: facebookincubator/velox#16912 guard deprecated VectorSerde::Kind enum and kindName/kindByName methods with VELOX_ENABLE_BACKWARD_COMPATIBILITY to allow presto-trunk builds original change from D96046667, backed out in D97501416 Differential Revision: D98055879
5fc7789 to
d5600c5
Compare
han-yan01
added a commit
to han-yan01/axiom
that referenced
this pull request
Mar 26, 2026
…acebookincubator#1142) Summary: X-link: facebookincubator/velox#16912 guard deprecated VectorSerde::Kind enum and kindName/kindByName methods with VELOX_ENABLE_BACKWARD_COMPATIBILITY to allow presto-trunk builds original change from D96046667, backed out in D97501416 Differential Revision: D98055879
han-yan01
added a commit
to han-yan01/axiom
that referenced
this pull request
Mar 27, 2026
…acebookincubator#1142) Summary: X-link: facebookincubator/velox#16912 guard deprecated VectorSerde::Kind enum and kindName/kindByName methods with VELOX_ENABLE_BACKWARD_COMPATIBILITY to allow presto-trunk builds original change from D96046667, backed out in D97501416 Differential Revision: D98055879
d5600c5 to
eac4cd5
Compare
…acebookincubator#16912) Summary: X-link: facebookincubator/axiom#1142 guard deprecated VectorSerde::Kind enum and kindName/kindByName methods with VELOX_ENABLE_BACKWARD_COMPATIBILITY to allow presto-trunk builds original change from D96046667, backed out in D97501416 Differential Revision: D98055879
han-yan01
added a commit
to han-yan01/axiom
that referenced
this pull request
Mar 27, 2026
…acebookincubator#1142) Summary: X-link: facebookincubator/velox#16912 guard deprecated VectorSerde::Kind enum and kindName/kindByName methods with VELOX_ENABLE_BACKWARD_COMPATIBILITY to allow presto-trunk builds original change from D96046667, backed out in D97501416 Differential Revision: D98055879
eac4cd5 to
db9607b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
X-link: facebookincubator/axiom#1142
guard deprecated VectorSerde::Kind enum and kindName/kindByName methods
with VELOX_ENABLE_BACKWARD_COMPATIBILITY to allow presto-trunk builds
original change from D96046667, backed out in D97501416
Differential Revision: D98055879