-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Introduce the DynamicFileCatalog in datafusion-catalog
#11035
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
Merged
alamb
merged 60 commits into
apache:main
from
goldmedal:feature/10986-dynamic-table-provider
Sep 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
37b5526
early draft
goldmedal ad1a854
fmt
goldmedal 97ea11c
add example for dynamic file query
goldmedal 2729c49
add test and refactor
goldmedal 6f86577
clippy and add doc
goldmedal c91cdc6
cargo fmt
goldmedal 3306df6
extract substitute_tilde function
goldmedal d82b273
fix the error handling
goldmedal c0491d5
fmt and clippy
goldmedal a60eeea
fix test
goldmedal 9fa01aa
fix sqllogictests
goldmedal 2ab3639
ignore dirs for windows test
goldmedal a8ee733
enhance the test for every file format
goldmedal 7faab9f
disable the test for windows
goldmedal e1f3908
make dynamic file query configurable
goldmedal cf73ba2
revert array_query.slt
goldmedal c641e6b
modified the test and add example
goldmedal 0806263
make dirs be optional
goldmedal f4d24e6
enable dynamic file query in cli
goldmedal 4b71e59
Merge branch 'main' into feature/10986-dynamic-table-provider
goldmedal 9964150
cargo fmt
goldmedal da1e5d3
modified example
goldmedal ed670fe
fix test
goldmedal ea5816e
Merge branch 'main' into feature/10986-dynamic-table-provider
goldmedal fb8b9e0
fix merge conflict
goldmedal fa73ae7
tmp
goldmedal 04cc155
tmp
goldmedal 1ede35e
tmp
goldmedal 51b1d41
fix the catalog and schema
goldmedal 75b0b84
move dynamic file catalog to datafusion-catalog
goldmedal 3e8d094
add copyright
goldmedal 4eb8ca5
fix tests
goldmedal 9913405
rename catalog in cli and update lock
goldmedal 5d861b8
enable home_dir feature
goldmedal ea1c075
Merge branch 'main' into feature/10986-dynamic-table-provider
goldmedal 16be2e7
update lock
goldmedal db90c28
fix compile
goldmedal 9353123
fix clippy
goldmedal daa7ed8
fmt toml
goldmedal e4a2174
fix doc test and add more doc
goldmedal 506d1d6
fix clippy
goldmedal 72ce464
add home_dir feature doc
goldmedal fb1b6ce
rollback the unused changed
goldmedal 8f0952d
Merge branch 'main' into feature/10986-dynamic-table-provider
goldmedal f062fec
update lock
goldmedal b1baa84
fix sqllogictest
goldmedal 76d7fee
Merge branch 'main' into feature/10986-dynamic-table-provider
goldmedal f0f070b
separate dynamic file test to another slt
goldmedal 6b77b6b
add test for querying url table but disabled this feature
goldmedal 4e51a77
add dynamic_file.slt
goldmedal fafc9dc
remove home_dir feature
goldmedal a3a4f4d
Merge branch 'main' into feature/10986-dynamic-table-provider
goldmedal 7dc238f
Merge branch 'main' into feature/10986-dynamic-table-provider
goldmedal f7b4b8c
update cli lock
goldmedal 25d0ff6
fix msrv check
goldmedal a78bd3c
fix msrv check
goldmedal edeff33
rollback the lock change
goldmedal b1a922c
address review comment and enhance the doc
goldmedal e5ab14d
remove the legacy comment
goldmedal 87d7503
add missing doc
goldmedal 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
fix the error handling
- Loading branch information
commit d82b273f7e68af2ba833c8559bea89eed64070dc
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.