Github user kunal642 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1042#discussion_r123465686
  
    --- Diff: 
integration/spark/src/main/scala/org/apache/spark/sql/hive/CarbonAnalysisRules.scala
 ---
    @@ -170,6 +171,7 @@ object CarbonIUDAnalysisRule extends Rule[LogicalPlan] {
         logicalplan transform {
           case UpdateTable(t, cols, sel, where) => processUpdateQuery(t, cols, 
sel, where)
           case DeleteRecords(statement, table) => 
processDeleteRecordsQuery(statement, table)
    +      case ShowPartitions(t) => ShowCarbonPartitionsCommand(t)
    --- End diff --
    
    This should not be here, handle this in DDLStrategy. 
    Spark2 already parses the "show partition" command for us so we can match 
the same in DDLStrategy.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to