Github user jatin9896 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1689#discussion_r158431404
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestShowPartitions.scala
---
@@ -150,6 +150,11 @@ class TestShowPartition extends QueryTest with
BeforeAndAfterAll {
}
+ test("show partition table: desc formatted should show partition type"){
+ //check for partition type exist in desc formatted
+ checkExistence(sql("describe formatted hashTable"),true,"Partition
Type")
--- End diff --
@jackylk please review
---