Skip to content

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
chenzl25 pushed a commit that referenced this pull request Nov 5, 2025
## What changes are included in this PR?

We had some failures in the Pyiceberg repo with the hive docker file
here: apache/iceberg-python#2697, so I'm porting
this over here.

The HMS test Dockerfile was using a deprecated `openjdk:8-jre-slim` base
image that has very **recently** been removed from Docker Hub, causing
build failures:

```
#7 ERROR: docker.io/library/openjdk:8-jre-slim: not found
```

Simplified the Dockerfile to use apache/hive:3.1.3 as the base image
directly, also eliminating the multi-stage build pattern. Which removes
the dependency on a deprecated OpenJDK image and will use what's
included in hive, and maintains the same functionality for HMS
integration tests.

Inspired by
[](https://github.com/trinodb/docker-images/blob/master/testing/hive4.0-hive/Dockerfile)<https://github.com/trinodb/docker-images/blob/master/testing/hive4.0-hive/Dockerfile>
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.

4 participants