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

DFParser should skip unsupported COPY INTO #14382

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

osipovartem
Copy link

Which issue does this PR close?

Closes #14372

What changes are included in this PR?

This PR allows to skip COPY INTO statement which is not supported by DFParser.
COPY INTO already supported by native parser as a Statement::CopyIntoSnowflake

Are these changes tested?

Added some tests with snowflake dialect

Are there any user-facing changes?

No

@github-actions github-actions bot added the sql SQL Planner label Jan 31, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @osipovartem -- this makes sense to me

Can you please fix the CI failure (I think you need to run cargo fmt locally and commit the result).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DFParser cannot parse CopyIntoSnowflake
2 participants