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
Describe the bug To be able to infer a schema without storing files to disk I want to be able to call the Format::infer_schema method.
It's there and seems to work, but it's not exposed so cannot be used outside of library.
To Reproduce Only method exposed regarding schema inference is infer_schema_from_files which is not great to keep things in memory.
infer_schema_from_files
Expected behavior Format to be public, or some other function being public
The text was updated successfully, but these errors were encountered:
My bad, it was exported under reader as arrow_csv::reader::Format
arrow_csv::reader::Format
Sorry, something went wrong.
No branches or pull requests
Describe the bug
To be able to infer a schema without storing files to disk I want to be able to call the Format::infer_schema method.
It's there and seems to work, but it's not exposed so cannot be used outside of library.
To Reproduce
Only method exposed regarding schema inference is
infer_schema_from_files
which is not great to keep things in memory.Expected behavior
Format to be public, or some other function being public
The text was updated successfully, but these errors were encountered: