forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-40270: [C++] Use LargeStringArray for casting when writing t…
…ables to CSV (apache#40271) ### Rationale for this change Avoid casting failures when tables contains too long large string arrays. ### What changes are included in this PR? Replace the usage of `StringArray` to `LargeStringArray`. ### Are these changes tested? No extra test case is needed (as it is to fix some corner cases). ### Are there any user-facing changes? No user-facing changes. * GitHub Issue: apache#40270 Lead-authored-by: Tao He <sighingnow@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Antoine Pitrou <pitrou@free.fr> Signed-off-by: Antoine Pitrou <antoine@python.org>
- Loading branch information
Showing
3 changed files
with
120 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters