willtemperley opened a new pull request, #191:
URL: https://github.com/apache/arrow-swift/pull/191

   ## What's Changed
   
   Added an Arrow-JSON integration testing executable as discussed in #96. This 
includes an ArrowJSON struct for decoding and encoding the Arrow JSON test 
files.
   
   Added a rule to .swiftlint.yml to ignore case statements in cyclomatic 
complexity checks.
   
   Made some Arrow Type declarations public to support encoding and decoding.
   
   Fix: ArrowReader now creates a null buffer of the length specified by the 
flatbuffers definition, instead of calculating it from the array length. This 
fixes a bug where a null buffer of full length would be created and allocated 
as zeros, making a non-null array become all-null.


-- 
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