-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add view support for iceberg jdbc catalog #22576
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Tony Baeg.
|
00a500a
to
6c74ee5
Compare
c6697b1
to
f8ae19b
Compare
b41d9e5
to
00d6918
Compare
I don't believe the failure is related. |
...ino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/IcebergJdbcCatalogConfig.java
Show resolved
Hide resolved
...ino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/IcebergJdbcCatalogModule.java
Outdated
Show resolved
Hide resolved
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/IcebergJdbcClient.java
Show resolved
Hide resolved
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/TrinoJdbcCatalog.java
Outdated
Show resolved
Hide resolved
...rino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/TrinoJdbcCatalogFactory.java
Outdated
Show resolved
Hide resolved
...rino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/TrinoJdbcCatalogFactory.java
Outdated
Show resolved
Hide resolved
...rino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/TrinoJdbcCatalogFactory.java
Outdated
Show resolved
Hide resolved
...ino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/IcebergJdbcCatalogConfig.java
Outdated
Show resolved
Hide resolved
00d6918
to
1728310
Compare
@ebyhr Thanks for the review! Updated the PR relative to your feedback. One thing I did notice is adding the |
e5c96ec
to
68a8646
Compare
...ino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/IcebergJdbcCatalogConfig.java
Outdated
Show resolved
Hide resolved
c421091
to
1cc5772
Compare
Checking in to see if there were any other changes required to get this merged, thanks! |
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/IcebergJdbcClient.java
Outdated
Show resolved
Hide resolved
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Tony Baeg.
|
22369c2
to
f6a7a5b
Compare
Could you rebase on master to resolve conflicts? |
...test/java/io/trino/plugin/iceberg/catalog/jdbc/TestIcebergJdbcCatalogConnectorSmokeTest.java
Show resolved
Hide resolved
f6a7a5b
to
1ab360f
Compare
Could you confirm CI failures? |
Looks one failure related to Everything else does not seem related. |
1ab360f
to
38c34ff
Compare
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/jdbc/IcebergJdbcClient.java
Outdated
Show resolved
Hide resolved
38c34ff
to
76abeca
Compare
CI failure is not related. @ebyhr |
Description
Add view support for iceberg JDBC catalog.
Additional context and related issues
Iceberg now supports views. The iceberg REST catalog already supports views. This just brings things to parity.
Release notes