Kejian-Li commented on a change in pull request #3947:
URL: https://github.com/apache/carbondata/pull/3947#discussion_r494964644



##########
File path: 
integration/spark/src/test/scala/org/apache/carbondata/view/timeseries/TestCreateMVWithTimeSeries.scala
##########
@@ -122,22 +139,23 @@ class TestCreateMVWithTimeSeries extends QueryTest with 
BeforeAndAfterAll {
       sql("drop materialized view if exists mv4")
       sql("drop materialized view if exists mv5")
     }
+
     dropMVs
     sql(
       "create materialized view mv1 as " +
-      "select timeseries(projectjoindate,'second'), sum(projectcode) from 
maintable group by timeseries(projectjoindate,'second')")
+        "select timeseries(projectjoindate,'second'), sum(projectcode) from 
maintable group by timeseries(projectjoindate,'second')")
     sql(
       "create materialized view mv2 as " +
-      "select timeseries(projectjoindate,'hour'), sum(projectcode) from 
maintable group by timeseries(projectjoindate,'hour')")
+        "select timeseries(projectjoindate,'hour'), sum(projectcode) from 
maintable group by timeseries(projectjoindate,'hour')")

Review comment:
       done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to