HyukjinKwon opened a new issue, #48442:
URL: https://github.com/apache/arrow/issues/48442

   ### Describe the enhancement requested
   
   The `chunked_arrays` hypothesis strategy had a workaround that excluded 
struct types with the assumption that field metadata is not preserved (added 
from 
https://github.com/apache/arrow/commit/dd0988b49cb6726cf915bb9f53d7320e3a97b00b).
   
   Testing confirms that field metadata is now correctly preserved in chunked 
arrays with struct types, so the workaround is no longer necessary, and it is 
fixed by 
https://github.com/apache/arrow/commit/d06c664a1966da682a2382e46fe148be96cca1aa
   
   Now it explicitly calls `CChunkedArray::Make()` instead of manual 
construction of `CChunkedArray` which loses metadata.
   
   
   ### Component(s)
   
   Python


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