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: always ignore PGDUMP statements in ignorelist #56324

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

pbardea
Copy link
Contributor

@pbardea pbardea commented Nov 5, 2020

Previously, we would only ignore statements that were in our ignorelist
if we could not parse them. However, as we add the ability to parse new
statements, that does not mean that IMPORT supports them just yet.

Fixes #53958.

Release note: None

Previously, we would only ignore statements that were in our ignorelist
if we could not parse them. However, as we add the ability to parse new
statements, that does not mean that IMPORT supports them just yet.

Release note: None
@pbardea pbardea requested review from dt and a team November 5, 2020 15:26
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@pbardea
Copy link
Contributor Author

pbardea commented Nov 5, 2020

I'm curious what other's thoughts are here and that if IMPORT should start supporting these expressions as soon as we start being able to parse them? I could see an argument either way on that.

@pbardea
Copy link
Contributor Author

pbardea commented Nov 16, 2020

TFTR
bors r=dt

@craig
Copy link
Contributor

craig bot commented Nov 16, 2020

Build succeeded:

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: PGDUMP imports do not suport ALTER SEQUENCE ... OWNED BY ...
4 participants