-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2401] improvement(spark-connector): support alter namespace operati…
…on (#2407) ### What changes were proposed in this pull request? Support alter namespace operation implementation. ### Why are the changes needed? Support to set namespace properties in Spark sql like: ``` ALTER DATABASE inventory SET DBPROPERTIES ('Edited-by' = 'John', 'Edit-date' = '01/01/2001'); ``` Fix: #2401 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - `SparkIT#testAlterSchema`
- Loading branch information
1 parent
ec2fd57
commit 26911d1
Showing
2 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters