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

   Closes #312.
   
   `ArrowSchemaViewInit()` is called every time a schema is about to be 
interpreted (or an array corresponding to that schema is about to be 
interpreted), and so checking the flags is a must to ensure some future 
unsupported flag that affects the interpretation of an array will cause an 
error.
   
   The `ArrowSchemaView` should arguably also keep track of `flags` (or perhaps 
each flag individually), but I will leave that to another PR.


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