[feat] Add util to reconstruct Arrow data#12749
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
Conversation
This was referenced Oct 10, 2025
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 10, 2025
Contributor
✅ PR preview is ready!
|
This was referenced Oct 10, 2025
Collaborator
Author
This was referenced Oct 10, 2025
fb50690 to
6d9a153
Compare
a649d5d to
fe99c28
Compare
6d9a153 to
acbb700
Compare
fe99c28 to
be007bd
Compare
acbb700 to
83b5929
Compare
0af7790 to
e4e3246
Compare
1a4bd4b to
257add9
Compare
e4e3246 to
fbfba65
Compare
257add9 to
99a6ace
Compare
fbfba65 to
f757826
Compare
99a6ace to
f99e500
Compare
f757826 to
dfbc47c
Compare
f99e500 to
4c65d04
Compare
dfbc47c to
cd258fd
Compare
frontend/lib/src/components/widgets/BidiComponent/utils/reconstructMixedData.ts
Show resolved
Hide resolved
4c65d04 to
b7ba030
Compare
cd258fd to
cc5915c
Compare
c943800 to
1709f1e
Compare
cc5915c to
5971099
Compare
1709f1e to
c943800
Compare
5971099 to
0e24bc3
Compare
Collaborator
Author
Merge activity
|
0e24bc3 to
b25e084
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.

Describe your changes
Added utility function
reconstructMixedDatato handle Arrow data references in CCv2. This function processes data objects containing Arrow references and replaces them with actual Arrow Tables by:Also added comprehensive unit tests to verify the function's behavior with different input scenarios.
Testing Plan
reconstructMixedData.test.tscovering:Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.