You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can also applying "zero-copy" here for non Delta string encoding
felipecrv
changed the title
[C++][Parquet] Read string columns directly into STRING_VIEW arrays and cast to LARGE_STRING_VIEW if necessary
[C++][Parquet] Read string columns directly into STRING_VIEW arrays and cast to LARGE_STRING if necessary
Jul 21, 2024
Describe the enhancement requested
This would fix two issues for the price of one:
STRING_VIEW
typeLARGE_STRING_ARRAY
from Parquet ([C++] Parquet reader is unable to read LargeString columns #39682)This issue also depends on:
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: