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

    https://github.com/apache/carbondata/pull/1040#discussion_r123431136
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/DDLStrategy.scala
 ---
    @@ -33,6 +33,8 @@ class DDLStrategy(sparkSession: SparkSession) extends 
SparkStrategy {
     
       def apply(plan: LogicalPlan): Seq[SparkPlan] = {
         plan match {
    +      case ShowPartitionsCommand(tableName, _) =>
    --- End diff --
    
    This needs to be fwded to spark/hive if table identifier is not carbon. So 
that show partitions on hive table is not impacted.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to