-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
feat(read_ file funcs): infer from compressed formats #2639
Merged
Merged
Changes from 19 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
32113ec
Infering funcs from compressed files
hemanth94 71158a5
minor
hemanth94 b9dcdbe
minor
hemanth94 e643e61
Update crates/datafusion_ext/src/planner/relation/mod.rs
hemanth94 37c98e1
Changes as requested
hemanth94 fbc737b
read_ functions
hemanth94 fcffba2
minor
hemanth94 f2d6ec7
Compressed test data
hemanth94 b1bea52
Fixes
hemanth94 c7cff1e
Merge branch 'GlareDB:main' into Hem_Dev2
hemanth94 9f6d65e
Merge branch 'Hem_Dev2' of https://github.com/hemanth94/glaredb_H int…
hemanth94 aa070a6
5779392
minor
hemanth94 41b5b15
Revision
hemanth94 f333670
Adding SLT for infering from compressed files
hemanth94 ae9401e
fixes
hemanth94 058fe38
Minor
hemanth94 a38d204
fix
hemanth94 2cb0a68
Infer read_excel for xlsx
hemanth94 19495d8
Adding bz2, xz, zst formats of csv,json,parquet
hemanth94 38a1c9b
SLTs to test .bz2, .xz, .zst
hemanth94 d6fc4af
Merge branch 'GlareDB:main' into Hem_Dev2
hemanth94 15b8e10
Merge branch 'GlareDB:main' into Hem_Dev2
hemanth94 0927200
Merge branch 'GlareDB:main' into Hem_Dev2
hemanth94 2e2a404
SLTs should error with compressed parquet.
hemanth94 4a0bab6
Merge branch 'main' into Hem_Dev2
hemanth94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also test other combinations
I think that parquet shouldn't work and we should add a test that ensures we don't change that behavior.