Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1861#discussion_r165270563
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/timeseries/TestTimeSeriesCreateTable.scala
---
@@ -81,29 +82,29 @@ class TestTimeSeriesCreateTable extends QueryTest with
BeforeAndAfterAll {
""".stripMargin)
}
- test("test timeseries create table Zero") {
+ test("test timeseries create table 1") {
--- End diff --
Please remove unnecessary changes like this
---