Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1856#discussion_r174058314
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/timeseries/TestTimeSeriesCreateTable.scala
---
@@ -241,12 +311,12 @@ class TestTimeSeriesCreateTable extends QueryTest
with BeforeAndAfterAll {
assert(e.getMessage.equals("Only one granularity level can be
defined"))
}
- test("test timeseries create table 14: Only one granularity level can be
defined 2") {
- sql("DROP DATAMAP IF EXISTS agg0_second ON TABLE mainTable")
+ test("test timeseries create table 17: Only one granularity level can be
defined 2") {
+ sql("DROP DATAMAP IF EXISTS agg0_hour ON TABLE mainTable")
--- End diff --
why change just the name of the table??
---