eirki opened a new pull request, #39983: URL: https://github.com/apache/arrow/pull/39983
### Rationale for this change Fixes bug when round-tripping to Pandas with a specific combination of indices ### Are these changes tested? Yes ### Are there any user-facing changes? No I don't know if this counts as a a "Critical Fix". Without it, `Table.from_pandas()` can return a table which cannot be converted back with `table.to_pandas()` due to a column missing from the `"pandas"` field in the table 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]
