[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-tp104125p104763.html
nihal0107 commented on a change in pull request #4037:
URL:
https://github.com/apache/carbondata/pull/4037#discussion_r543354611##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonCreateTableLikeCommand.scala
##########
@@ -48,8 +48,9 @@ case class CarbonCreateTableLikeCommand(
if (!srcTable.isTransactionalTable) {
throw new MalformedCarbonCommandException("Unsupported operation on non transactional table")
}
- if (srcTable.isMV) {
- throw new MalformedCarbonCommandException("Unsupported operation on child table or MV")
+ if (srcTable.isMV || srcTable.isIndexTable) {
+ throw new MalformedCarbonCommandException("Unsupported operation on child " +
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]