v4xsh commented on issue #49058:
URL: https://github.com/apache/arrow/issues/49058#issuecomment-3847782929

   Thanks for the clarification about mutation. I hadn't considered that angle.
   
   Before proposing a specific approach, I should probably dig into the 
codebase to understand:
   1. Whether schema metadata is actually mutable after construction in PyArrow
   2. Where the Python bytes → C++ conversion currently happens for metadata
   3. How other similar validations are handled in the PyArrow bindings
   
   Would you be able to point me to the relevant source files where metadata is 
handled, or should I start by tracing through the Schema/Table construction 
code? I want to make sure I understand the current flow before proposing 
changes.
   If there isn’t a single obvious entry point, I’m happy to start by tracing 
through the Schema/Table construction paths myself.


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