Skip to content
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: integrate with object_store / datafusion APIs #703

Merged
merged 31 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b7d5558
chore: bump arrow and datafusion
roeap Jul 18, 2022
205458e
fix: canonicalize paths for datafusion scans
roeap Jul 19, 2022
8f23266
fix: handlw windows paths
roeap Jul 19, 2022
4923b8c
chore: clippy
roeap Jul 19, 2022
603ac09
feat: Move StorageBackend behind ObjectStore fassade
roeap Jul 30, 2022
39a5c41
chore: remove unused auxiliary functions
roeap Jul 30, 2022
b7003bd
chore: Merge branch 'main' into bump-arrows
roeap Jul 30, 2022
db1029b
fix: ref paths in storage backend tests
roeap Jul 30, 2022
e36cc41
fix: normalizs path in python
roeap Jul 30, 2022
96cadff
refactor: remove get_active_add_actions
roeap Jul 31, 2022
0b2c3a2
feat: integrate object store with datafusion
roeap Jul 31, 2022
2471ad0
fix: local python tests
roeap Jul 31, 2022
db4d1e7
fix: checkpoint test
roeap Jul 31, 2022
9ce30f7
tests: omit empty segemnt in s3 tests
roeap Jul 31, 2022
3e62346
tests: try fixing table paths on windows
roeap Jul 31, 2022
cbd700a
tests: try fixing more tests
roeap Jul 31, 2022
82627d5
try fixing temp path
roeap Jul 31, 2022
4d6ae5a
nother try fixin tmp paths
roeap Jul 31, 2022
2f211e0
tests: hack windows test fixes until store is migrated
roeap Jul 31, 2022
7d83132
chore: clippy
roeap Jul 31, 2022
962f7d0
test: fix s3 conflict commit assert
roeap Jul 31, 2022
52d98c8
fix: datafusion object store url on windows
roeap Jul 31, 2022
8dd3804
fix: clippy
roeap Jul 31, 2022
1649de4
chore: revert test switch
roeap Jul 31, 2022
967ef58
chore: minor test simplification
roeap Jul 31, 2022
3ed1ba1
feat: add get_range to some storage backends
roeap Jul 31, 2022
40c77ee
test: query table from s3 backend
roeap Jul 31, 2022
fc7efbf
ci: run s3/datafusion tests in ci
roeap Jul 31, 2022
5efddbc
chore: cleanup
roeap Jul 31, 2022
3bca78d
address PR comments
roeap Aug 1, 2022
9a65ef9
add back one crate.
roeap Aug 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
run: docker-compose up setup
- name: Run tests
run: |
cargo test --features s3
cargo test --features s3,datafusion-ext
Loading