Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1469#discussion_r153095637
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/describeTable/TestDescribeTable.scala
---
@@ -34,7 +34,7 @@ class TestDescribeTable extends QueryTest with
BeforeAndAfterAll {
sql("CREATE TABLE Desc2(Dec2Col1 BigInt, Dec2Col2 String, Dec2Col3
Bigint, Dec2Col4 Decimal) stored by 'carbondata'")
}
- test("test describe table") {
+ ignore("test describe table") {
--- End diff --
Why ignore this?
---