jorisvandenbossche commented on issue #33763: URL: https://github.com/apache/arrow/issues/33763#issuecomment-1397332098
> I believe it's a bug in pyarrow. Specifically at this line: .... A new field is created and used but without the metadata of the input field. That line should only be run if what you passed is not yet a Field? (so we create a new field if you just pass a type). So it might be on the C++ side, but also not directly sure where since we just seem to be passing through the field, which should retain the metadata. -- 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]
