We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spun off from discussion in datafusion-contrib/datafusion-orc#68
Find way to preserve dictionary encoding in DictionaryArray without having to cast to StringArray as introduced here:
https://github.com/datafusion-contrib/datafusion-orc/blob/bb885c03cfedb4d4e16d0203b90a9789463e2fb7/src/arrow_reader/decoder/string.rs#L180-L183
Some reference from similar parquet issue: apache/arrow-rs#171
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spun off from discussion in datafusion-contrib/datafusion-orc#68
Find way to preserve dictionary encoding in DictionaryArray without having to cast to StringArray as introduced here:
https://github.com/datafusion-contrib/datafusion-orc/blob/bb885c03cfedb4d4e16d0203b90a9789463e2fb7/src/arrow_reader/decoder/string.rs#L180-L183
Some reference from similar parquet issue: apache/arrow-rs#171
The text was updated successfully, but these errors were encountered: