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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

GitBox
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:
[hidden email]


With regards,
Apache Git Services