Implement Arrow-to-Frame Conversion (Deserialization) for Arrow Backend - #987
Conversation
|
@jmcarcell Please take a look. |
934c79d to
90ccc9d
Compare
|
Can you format the PR to have the text between BEGINRELEASENOTES and ENDRELEASENOTES like in other PRs? We have a script that reads those and puts them in a doc file and commits it when tagging. I could do it myself, but it would be good if you do that for this and other PRs. |
Done for this PR. Will follow this for any further PRs as well. Do you want me to do this for already merged PRs as well? |
|
Yes, please, I may have forgotten to say so in other PRs. |
This PR implements the deserialization capability for the Apache Arrow backend, completing the round-trip workflow. It adds support for reconstructing PODIO Frame objects from a single-row slice of an Apache Arrow Table.
Key Features & Changes
Testing
Fixes: #986
BEGINRELEASENOTES
convertTableToFrameAPI to reconstructpodio::Frameobjects from a specific row of an ArrowTable.GenericParameters.ENDRELEASENOTES