Skip to content
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

importccl: add deprecation warning to IMPORT TABLE #67275

Merged
merged 1 commit into from
Jul 6, 2021

Conversation

adityamaru
Copy link
Contributor

Fixes: #66732

Release note (sql change): IMPORT TABLE will be deprecated
in 21.2 and removed in a future release. Users should create a table
using CREATE TABLE and the IMPORT INTO the newly created table

@adityamaru adityamaru requested review from dt and a team July 6, 2021 16:25
@adityamaru adityamaru requested a review from a team as a code owner July 6, 2021 16:25
@adityamaru adityamaru requested a review from a team July 6, 2021 16:25
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Fixes: cockroachdb#66732

Release note (sql change): IMPORT TABLE will be deprecated
in 21.2 and removed in a future release. Users should create a table
using CREATE TABLE and the IMPORT INTO the newly created table
@adityamaru
Copy link
Contributor Author

Screen Shot 2021-07-06 at 12 08 05 PM

@adityamaru
Copy link
Contributor Author

TFTR!

bors r=dt

@craig
Copy link
Contributor

craig bot commented Jul 6, 2021

Build succeeded:

@craig craig bot merged commit 9ba3198 into cockroachdb:master Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import: deprecate IMPORT TABLE in favour of CREATE TABLE + IMPORT INTO
3 participants