Skip to content

Conversation

@r4ntix
Copy link
Contributor

@r4ntix r4ntix commented Apr 10, 2023

Which issue does this PR close?

Related issue #5943

Rationale for this change

See #5943

What changes are included in this PR?

Temporarily disable SELECT INTO support. But, this does not close #5943 , it does prevent confusion from users.
I will spend additional time implementing support for SELECT INTO.

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the sql SQL Planner label Apr 10, 2023
@yjshen
Copy link
Member

yjshen commented Apr 10, 2023

Please also add a test to justify correct error has been produced.

@r4ntix
Copy link
Contributor Author

r4ntix commented Apr 11, 2023

Please also add a test to justify correct error has been produced.

Thanks for the suggestion! I've added tests for all the syntaxes that select doesn't support.

@yjshen yjshen merged commit f033d9c into apache:main Apr 11, 2023
korowa pushed a commit to korowa/arrow-datafusion that referenced this pull request Apr 13, 2023
…e#5945)

* fix: return `NotImplemented` when execute `SELECT INTO` syntax

* chore: add tests for select unsupported syntax
@r4ntix r4ntix deleted the issue-5943 branch June 12, 2023 06:15
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.

Not implemented SELECT INTO

2 participants