Skip to content
Snippets Groups Projects
Commit 5d35d5c1 authored by Xiao Li's avatar Xiao Li Committed by Wenchen Fan
Browse files

[SPARK-21112][SQL] ALTER TABLE SET TBLPROPERTIES should not overwrite COMMENT

### What changes were proposed in this pull request?
`ALTER TABLE SET TBLPROPERTIES` should not overwrite `COMMENT` even if the input property does not have the property of `COMMENT`. This PR is to fix the issue.

### How was this patch tested?
Covered by the existing tests.

Author: Xiao Li <gatorsmile@gmail.com>

Closes #18318 from gatorsmile/fixTableComment.
parent a18d6371
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment