Skip to content

Allow creating tables like tables from other catalogs excluding properties#12614

Merged
findepi merged 2 commits intotrinodb:masterfrom
nineinchnick:create-table-like-across-catalogs
Jun 7, 2022
Merged

Allow creating tables like tables from other catalogs excluding properties#12614
findepi merged 2 commits intotrinodb:masterfrom
nineinchnick:create-table-like-across-catalogs

Conversation

@nineinchnick
Copy link
Copy Markdown
Member

Description

Relax the restriction for creating tables like others in a different catalog when properties are explicitly excluded.

Is this change a fix, improvement, new feature, refactoring, or other?
improvement

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)
core

How would you describe this change to a non-technical end user or system administrator?
It's now possible to run CREATE TABLE catalog.table (LIKE other_catalog.other_table EXCLUDING PROPERTIES)

Related issues, pull requests, and links

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

( ) No release notes entries required.
(x) Release notes entries required with the following suggested text:

# General
* Allow to create table like table from other catalog when excluding properties. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label May 31, 2022
@findepi
Copy link
Copy Markdown
Member

findepi commented May 31, 2022

cc @trinodb/maintainers

@nineinchnick nineinchnick force-pushed the create-table-like-across-catalogs branch from e396983 to fa2af57 Compare June 5, 2022 11:25
@nineinchnick nineinchnick requested a review from kasiafi June 5, 2022 11:26
@nineinchnick nineinchnick force-pushed the create-table-like-across-catalogs branch from fa2af57 to 448ca7c Compare June 5, 2022 11:35
@findepi findepi merged commit e757e67 into trinodb:master Jun 7, 2022
@findepi findepi mentioned this pull request Jun 7, 2022
@nineinchnick nineinchnick deleted the create-table-like-across-catalogs branch June 7, 2022 20:58
@github-actions github-actions bot added this to the 385 milestone Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Allow CREATE TABLE LIKE across catalogs

3 participants