Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI apache#5529][AUTHZ][FOLLOWUP] Remove useless org.apache.spark…
….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]>
- Loading branch information