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(iceberg): support sql catalog interface #7

Merged
merged 17 commits into from
Oct 8, 2024
Merged

Conversation

Li0k
Copy link

@Li0k Li0k commented Sep 26, 2024

Introducing a partial implementation of sql catalog (support the functionality used by rw)

  1. list_tables
  2. create_table
  3. drop_table
  4. update_table
  5. UT

@Li0k Li0k force-pushed the li0k/test_iceberg_catalog2 branch from 2f2574c to e1ef338 Compare September 29, 2024 08:37
Copy link
Collaborator

@chenzl25 chenzl25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Li0k Li0k added this pull request to the merge queue Oct 8, 2024
Merged via the queue into dev with commit 67d434d Oct 8, 2024
0 of 3 checks passed
Li0k added a commit that referenced this pull request Dec 27, 2024
* 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]>
@Li0k Li0k mentioned this pull request Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants