-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix listing views in Delta with Glue #19794
Conversation
/test-with-secrets sha=511cdeabc7dbaf3187ba51cfe862899be8c8967f |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/6903034397 |
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
.../src/test/java/io/trino/plugin/deltalake/metastore/glue/TestDeltaLakeViewsGlueMetastore.java
Outdated
Show resolved
Hide resolved
511cdea
to
9594689
Compare
comment
parameter for views and materialized views
...ino-hive/src/main/java/io/trino/plugin/hive/metastore/glue/converter/GlueInputConverter.java
Outdated
Show resolved
Hide resolved
9594689
to
74ce6b4
Compare
@findepi pls consider running the PR with secrets. |
/test-with-secrets sha=74ce6b4b1e2a147c2afd99022d16d5811526afc6 |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/6940841829 |
This is the how. "Fix listing views and materialized views in Hive/Iceberg with Glue" ? |
...ino-hive/src/main/java/io/trino/plugin/hive/metastore/glue/converter/GlueInputConverter.java
Outdated
Show resolved
Hide resolved
...ino-hive/src/main/java/io/trino/plugin/hive/metastore/glue/converter/GlueInputConverter.java
Outdated
Show resolved
Hide resolved
...ino-hive/src/main/java/io/trino/plugin/hive/metastore/glue/converter/GlueInputConverter.java
Outdated
Show resolved
Hide resolved
...ino-hive/src/main/java/io/trino/plugin/hive/metastore/glue/converter/GlueInputConverter.java
Outdated
Show resolved
Hide resolved
comment
parameter for views and materialized views74ce6b4
to
56246b3
Compare
...ino-hive/src/main/java/io/trino/plugin/hive/metastore/glue/converter/GlueInputConverter.java
Outdated
Show resolved
Hide resolved
a1e8b7a
to
ad5ed6e
Compare
Merged, thanks! |
Description
Avoid stripping the
comment
parameter for views and materialized views.Fixes #19771
Additional context and related issues
Fixes issue introduced by #19073
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: