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

    https://github.com/apache/carbondata/pull/1094#discussion_r124451853
  
    --- Diff: 
examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonPartitionExample.scala
 ---
    @@ -114,14 +104,43 @@ object CarbonPartitionExample {
                     | STORED BY 'carbondata'
                     | 
TBLPROPERTIES('PARTITION_TYPE'='HASH','NUM_PARTITIONS'='5')
                     """.stripMargin)
    -    cc.sql(s"""SHOW PARTITIONS partitionDB.$tableName""").show()
    -    cc.sql(s"""SHOW PARTITIONS $tableName""").show()
    +    // hive partition table
    --- End diff --
    
    We dont need to give example of hive partion table in carbon examples.
    Testcase can be added to check if hive parition table show 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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to