NamanRastogi commented on a change in pull request #3138: [WIP] [CARBONDATA-3305] Added DDL to drop cache for a table
URL:
https://github.com/apache/carbondata/pull/3138#discussion_r262033289
##########
File path: integration/spark2/src/main/scala/org/apache/spark/sql/parser/CarbonSpark2SqlParser.scala
##########
@@ -213,6 +217,12 @@ class CarbonSpark2SqlParser extends CarbonDDLSqlParser {
TableIdentifier(tableName, dbName)
}
+ protected lazy val forTable: Parser[TableIdentifier] =
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]
With regards,
Apache Git Services