AlenkaF commented on PR #46330: URL: https://github.com/apache/arrow/pull/46330#issuecomment-2854191902
I don't think we want to go in that direction—concatenation would introduce complexity that's already handled in the Dataset C++ layer (schema mismatches is a good example). Instead, we could consider adding a warning and suggest the use of the dataset module when passing files as a list (or a dict) here: https://github.com/apache/arrow/blob/a2e6136efe0f14a1b5230880b2819f90d3c65e0e/python/pyarrow/parquet/core.py#L1828 -- 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]
