Skip to content

Commit

Permalink
feat(iceberg): support sql catalog interface (#7)
Browse files Browse the repository at this point in the history
* suppport remove all for file io

* resolve conflict

* reorder record batch

* fix scan

* fix filtered_entries

* fix ci ut

* change list item name back to list element

* fix

* feat(iceberg): support sql catalog interface

* typo

* chore(cargo): Downgrading sqlx from 0.8.0 to 0.7.3

* fix(iceberg): remove namespace_exists for sql catalogs

* fix(iceberg): fix set snapshot ref

* feat(iceberg): introduce disable_config_load for storage_s3

* chore(cargo): upgrade sqlx from 0.7.3 to 0.7.4

---------

Co-authored-by: Dylan Chen <[email protected]>
Co-authored-by: xxhZs <[email protected]>
Co-authored-by: Xinhao Xu <[email protected]>
  • Loading branch information
4 people committed Dec 27, 2024
1 parent 2a97e6f commit 11f2623
Show file tree
Hide file tree
Showing 6 changed files with 395 additions and 13 deletions.
2 changes: 1 addition & 1 deletion crates/catalog/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ uuid = { workspace = true, features = ["v4"] }
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
itertools = { workspace = true }
regex = "1.10.5"
sqlx = { version = "0.8.0", features = [
sqlx = { version = "0.8.1", features = [
"tls-rustls",
"runtime-tokio",
"any",
Expand Down
Loading

0 comments on commit 11f2623

Please sign in to comment.