jorisvandenbossche commented on PR #47860: URL: https://github.com/apache/arrow/pull/47860#issuecomment-3426340692
@Pear0 thanks for the investigation and fix. Great catch! > ### Are there any user-facing changes? > > * `PandasOptions` - `categorical_columns` and `extension_columns` have changed. Helper accessor functions have been added. PandasOptions is only exposed in pyarrow C++ and not pyarrow itself (the cython wrapper is not publicly accessible I think), and while it technically is public in the `arrow::python`` C++ header, I assume that is not typically used externally, so the public facing part should be limited -- 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]
