rustyconover opened a new pull request, #937:
URL: https://github.com/apache/arrow-nanoarrow/pull/937

   Follow-up to #924.
   
   This removes ArrowIpcDecoderGetMessageMetadataValue() before the API ships 
in a release. Callers that need one key can use ArrowMetadataGetValue() with 
the packed metadata returned by ArrowIpcDecoderGetMessageMetadata(); callers 
that need zero-copy iteration can continue using 
ArrowIpcDecoderVisitMessageMetadata().
   
   It also scopes the visitor callback type as 
ArrowIpcMessageMetadataVisitFunction and replaces the hand-generated keyless 
KeyValue FlatBuffer test fixture with a flatcc-built message.
   
   Tests:
   - IPC-enabled CMake build
   - ctest: 365 tests passed (16 codec-dependent tests skipped)
   - git diff --check
   - clang-format on changed lines


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