jariji opened a new pull request, #588:
URL: https://github.com/apache/arrow-julia/pull/588

   ## Summary
   
   - Add serialization/deserialization support for Julia `Enum` types via 
`Int32` storage
   - Introduce `registertype!` for registering enum types in read-only 
scenarios (when the writing session is unavailable)
   - Automatic type registration during writes via `arrowmetadata`
   - Support for `Union{Enum, Missing}` columns
   
   ## Test plan
   
   - [x] ArrowTypes unit tests: `ArrowType`, `toarrow`, `arrowname`, 
`arrowmetadata`, `JuliaType`, `fromarrow`, `default`, `registertype!`
   - [x] Arrow integration tests: basic roundtrip, missing values, multiple 
enum columns, multiple record batches
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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