abandy opened a new pull request, #42023:
URL: https://github.com/apache/arrow/pull/42023

   ### Rationale for this change
   This change implements decode for the Arrow Swift Codable implementation.  
This allows the data in a RecordBatch to be copied to properties in a 
struct/class. 
   
   The PR is a bit longer than desired but all three container types are 
required in order to implement the Decoder protocol.
   
   ### What changes are included in this PR?
   
   The ArrowDecoder class is included in this PR along with a class for each 
container type (keyed, unkeyed, and single).  Most of the logic is encapsulated 
in the ArrowDecoder with minimal logic in each container class (Most of the 
methods in the container classes are a single line that calls the ArrowDecoder 
doDecode methods)
   
   ### Are these changes tested?
   
   Yes, a test has been added to test the three types of containers provided by 
the decoder.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to