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
These stored procedures are under the gravitino connector, and the system schema.
So you need to use the following SQL to call them in the trino-cli:
Example:
…rino-connector (#2564)
### What changes were proposed in this pull request?
Trino connector support stored procedure to update catalog attributes.
### Why are the changes needed?
FEATURE: #2417
### Does this PR introduce _any_ user-facing change?
Add stored procedure alter_catalog.
### How was this patch tested?
Add new IT
coolderli
pushed a commit
to coolderli/gravitino
that referenced
this issue
Apr 2, 2024
…s in trino-connector (apache#2564)
### What changes were proposed in this pull request?
Trino connector support stored procedure to update catalog attributes.
### Why are the changes needed?
FEATURE: apache#2417
### Does this PR introduce _any_ user-facing change?
Add stored procedure alter_catalog.
### How was this patch tested?
Add new IT
Describe the feature
Trino connector support stored procedure to update catalog attributes.
These stored procedures are under the
gravitino
connector, and thesystem
schema.So you need to use the following SQL to call them in the
trino-cli
:Example:
Motivation
No response
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: