I'm sorry if this was already reported, but there's an overflow issue in concatenation of large arrays
In [1]: importpyarrowaspaIn [2]: str_array=pa.array(['a'*128] *10**8)
In [3]: large_array=pa.concat_arrays([str_array] *50)
Segmentationfault (coredumped)
I suppose that this should be handled by upcast to large_string.
Reporter: Artem KOZHEVNIKOV / @artemru
Related issues:
Note: This issue was originally created as ARROW-10172. Please see the migration documentation for further details.
I'm sorry if this was already reported, but there's an overflow issue in concatenation of large arrays
I suppose that this should be handled by upcast to large_string.
Reporter: Artem KOZHEVNIKOV / @artemru
Related issues:
Note: This issue was originally created as ARROW-10172. Please see the migration documentation for further details.