-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Implement renameSchema for JDBC based connectors #8939
Conversation
testing/trino-testing/src/main/java/io/trino/testing/TestingConnectorBehavior.java
Show resolved
Hide resolved
If a connector doesn't support creating schemas it's not possible to test if it supports renaming schemas. So to ensure test results aren't misleading enforce that connectors that don't support schema creation assume that schema rename isn't supported. The assumption is explicitly validated so where needed it can be overridden by the connector.
dc77281
to
08a9452
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run all tests for MemSQL just in case. Looks fine as far as I confirmed though.
I think "SQL support" in redshift.rst
needs update.
plugin/trino-clickhouse/src/main/java/io/trino/plugin/clickhouse/ClickHouseClient.java
Show resolved
Hide resolved
@ebyhr Pushed a commit with updated docs and a fixup. PTAL. |
Squashing the fixup. |
c95623d
to
299ebb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.