-
Notifications
You must be signed in to change notification settings - Fork 392
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
[Subtask] [spark-connector]: support CTAS and ITAS command #2402
Comments
Hi @FANNG1 May I know what kind of sql does ITAS correspond to? |
Insert table as select xx |
Insert table as select, like
|
Normally they are not related to spark-connector, but we should add integrate test in |
got it. thank you @FANNG1 |
…AS and ITAS (apache#2669) ### What changes were proposed in this pull request? add integrate test for `create table as select xx` and `insert table select xx` ### Why are the changes needed? Fix: apache#2402 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? IT
Describe the subtask
support CTAS and ITAS command
Parent issue
#1227
The text was updated successfully, but these errors were encountered: