akashrn5 commented on a change in pull request #3094: [CARBONDATA-3264] Added SORT_SCOPE in ALTER TABLE SET
URL:
https://github.com/apache/carbondata/pull/3094#discussion_r249724499
##########
File path: integration/spark2/src/main/scala/org/apache/spark/util/AlterTableUtil.scala
##########
@@ -432,7 +432,8 @@ object AlterTableUtil {
"LOCAL_DICTIONARY_INCLUDE",
"LOCAL_DICTIONARY_EXCLUDE",
"LOAD_MIN_SIZE_INMB",
- "RANGE_COLUMN")
+ "RANGE_COLUMN",
+ "SORT_SCOPE")
Review comment:
please do the validation for sort_scope in alter set. For reference you can check the alter SET for local_dictionary or CACHE_COLUMNS
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services