jrversteegh commented on PR #41503: URL: https://github.com/apache/arrow/pull/41503#issuecomment-2102653011
@AlenkaF > From my side, a test needs to be added in _python/pyarrow/tests/parquet/test_pandas.py_. Thanks for that suggestion. I tried, but this issue appears more involved than I expected. It looks like pyarrow expects column names to be strings. If not, it converts them (in turn because the parquet format expects this?). My fix avoids the exception, but still converts the column names from decimal to string, which is better, but still undesirable. I'll have to see whether there is something I can do about that. To be continued. -- 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]
