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 08:10:11 UTC

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

QiangCai 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_r261953503
 
 

 ##########
 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:
   please reuse this parser for the following command:
   show segment, clean file, carbon CLI

----------------------------------------------------------------
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