You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…origin Trino connector configuration in the catalog properties (#3054)
### What changes were proposed in this pull request?
Gravitino Trino connector Support passing Trino connector configuration
in the catalog properties.
the configuration key should start with `trino.bypass`.
For example using `trino.bypass.hive.config.resources` to passing the
`hive.config.resources` to the Gravitino Hive catalog in Trino runtime.
### Why are the changes needed?
Fix: #1785
### Does this PR introduce _any_ user-facing change?
Add documents about : Passing Trino connector properties in
`trino-connector/supported-catalog.md`
### How was this patch tested?
UT IT
---------
Co-authored-by: Qi Yu <[email protected]>
diqiu50
added a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…pport origin Trino connector configuration in the catalog properties (apache#3054)
### What changes were proposed in this pull request?
Gravitino Trino connector Support passing Trino connector configuration
in the catalog properties.
the configuration key should start with `trino.bypass`.
For example using `trino.bypass.hive.config.resources` to passing the
`hive.config.resources` to the Gravitino Hive catalog in Trino runtime.
### Why are the changes needed?
Fix: apache#1785
### Does this PR introduce _any_ user-facing change?
Add documents about : Passing Trino connector properties in
`trino-connector/supported-catalog.md`
### How was this patch tested?
UT IT
---------
Co-authored-by: Qi Yu <[email protected]>
What would you like to be improved?
Currently, there is no document available regarding catalog properties for the Trino connector. We need to provide it.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: