paleolimbot commented on issue #25078:
URL: https://github.com/apache/arrow/issues/25078#issuecomment-2603435096

   It's a good point...I think there wouldn't be much debate over what the 
canonical mapping of format strings to aliases would be. Some thoughts:
   
   - Other open questions would be whether to support `children` as a mapping 
or allow shortening of types where everything is defaulted except the `format` 
(e.g., `{"col_name": "int32"}` is very nice to read!).
   - Not sure if anybody would complain about the "default" being non-nullable 
(I think it's the default in all language implementations for a field).
   - We probably want the flags to be verbose (e.g., `["non_nullable", 
"dictionary_ordered"]`).
   
   If nanoarrow counts for a second implementation I'm happy to draft an 
implementation 🙂 


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