-
Notifications
You must be signed in to change notification settings - Fork 919
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
[TASK][EASY] Support create table command for Delta Lake #5529
Labels
kind:subtask
a subtask of umbrella ticket
Comments
Hello @zml1206, |
3 tasks
github-project-automation
bot
moved this to Done
in 2023 Kyuubi Code Contribution Program
Oct 27, 2023
cfmcgrady
pushed a commit
that referenced
this issue
Nov 1, 2023
…elta.commands.CreateDeltaTableCommand ### _Why are the changes needed?_ To close #5529 . Remove useless `org.apache.spark.sql.delta.commands.CreateDeltaTableCommand`. Because the logical plans for Delta Lake create table and replace table are `org.apache.spark.sql.catalyst.plans.logical.CreateTable`, `org.apache.spark.sql.catalyst.plans.logical.CreateV2Table` and `org.apache.spark.sql.catalyst.plans.logical.ReplaceTable`. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No. Closes #5571 from zml1206/KYUUBI-5529-FOLLOWUP. Closes #5529 0908571 [zml1206] Remove useless org.apache.spark.sql.delta.commands.CreateDeltaTableCommand Authored-by: zml1206 <[email protected]> Signed-off-by: Fu Chen <[email protected]>
yaooqinn
pushed a commit
that referenced
this issue
Nov 2, 2023
…es not trigger a sql operation ### _Why are the changes needed?_ Fix bug, Create table ut for Delta Lake does not trigger a sql operation. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ Closes #5597 from zml1206/KYUUBI-5529-FOLLOWUP2. Closes #5529 9c031dc [zml1206] fix create table ut does not trigger a sql operation Authored-by: zml1206 <[email protected]> Signed-off-by: Kent Yao <[email protected]>
YesOrNo828
pushed a commit
to YesOrNo828/kyuubi
that referenced
this issue
Nov 6, 2023
….sql.delta.commands.CreateDeltaTableCommand ### _Why are the changes needed?_ To close apache#5529 . Remove useless `org.apache.spark.sql.delta.commands.CreateDeltaTableCommand`. Because the logical plans for Delta Lake create table and replace table are `org.apache.spark.sql.catalyst.plans.logical.CreateTable`, `org.apache.spark.sql.catalyst.plans.logical.CreateV2Table` and `org.apache.spark.sql.catalyst.plans.logical.ReplaceTable`. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No. Closes apache#5571 from zml1206/KYUUBI-5529-FOLLOWUP. Closes apache#5529 0908571 [zml1206] Remove useless org.apache.spark.sql.delta.commands.CreateDeltaTableCommand Authored-by: zml1206 <[email protected]> Signed-off-by: Fu Chen <[email protected]>
YesOrNo828
pushed a commit
to YesOrNo828/kyuubi
that referenced
this issue
Nov 6, 2023
…ake does not trigger a sql operation ### _Why are the changes needed?_ Fix bug, Create table ut for Delta Lake does not trigger a sql operation. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ Closes apache#5597 from zml1206/KYUUBI-5529-FOLLOWUP2. Closes apache#5529 9c031dc [zml1206] fix create table ut does not trigger a sql operation Authored-by: zml1206 <[email protected]> Signed-off-by: Kent Yao <[email protected]>
pan3793
changed the title
[Subtask] Support create table command for Delta Lake
[TASK][EASY] Support create table command for Delta Lake
Nov 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
Describe the subtask
Support create table command for Delta Lake in Authz plugin.
Parent issue
#5477
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: