[GitHub] [carbondata] nihal0107 commented on a change in pull request #4037: [CARBONDATA-4070] [CARBONDATA-4059] Fixed SI issues and improved FT.
Posted by
GitBox on
Dec 15, 2020; 1:48pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-nihal0107-opened-a-new-pull-request-4037-WIP-Handle-Alter-long-string-for-SI-col-aI-tp104125p104762.html
nihal0107 commented on a change in pull request #4037:
URL:
https://github.com/apache/carbondata/pull/4037#discussion_r543354451##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonAlterTableCompactionCommand.scala
##########
@@ -102,6 +102,10 @@ case class CarbonAlterTableCompactionCommand(
throw new MalformedCarbonCommandException(
"Unsupported alter operation on carbon table")
}
+ if (table.isIndexTable) {
+ throw new MalformedCarbonCommandException(
+ "Unsupported alter operation on carbon table: Compaction not supported on SI table")
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]