sighingnow opened a new issue, #40270: URL: https://github.com/apache/arrow/issues/40270
### Describe the bug, including details regarding any error messages, version, and platform. For tables which contains `arrow::LargeStringArray` which further contains long string elements, the following code: ``` arrow::csv::WriteCSV(*table, options, ofp_.get()) ``` failed with the error: `Failed casting from large_string to string: input array too large`. ### Component(s) C++ -- 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]
