vladborovtsov opened a new pull request, #47663: URL: https://github.com/apache/arrow/pull/47663
### Rationale for this change Add an optional default_column_type parameter to the CSV reading API (C++ and Python) to provide a fallback type when per-column types aren’t specified, improving schema consistency and complementing the existing column_types logic. ### What changes are included in this PR? - c++: new convert option "default_column_type" to augment logic around column_types parameter - python: corresponding changes to make cpp change consumable from python ### Are these changes tested? Not yet / only manually ### Are there any user-facing changes? I believe this change is backward compatible. Parameter is optional and its default value doesn't change the existing behavior. Relates to https://github.com/apache/arrow/issues/47502 -- 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]
