You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/03/04 12:10:52 UTC

[GitHub] [carbondata] NamanRastogi commented on a change in pull request #3138: [WIP] [CARBONDATA-3305] Added DDL to drop cache for a table

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:
users@infra.apache.org


With regards,
Apache Git Services