Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1481#discussion_r150480875
  
    --- Diff: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/preaggregate/TestPreAggregateDrop.scala
 ---
    @@ -31,18 +31,18 @@ class TestPreAggregateDrop extends QueryTest with 
BeforeAndAfterAll {
     
       test("create and drop preaggregate table") {
         sql(
    -      "create table preagg1 stored BY 'carbondata' 
tblproperties('parent'='maintable') as select" +
    +      "create datamap preagg1 on table maintable using 'preaggregate' as 
select" +
    --- End diff --
    
    Is there any testcase has datamap property?


---

Reply via email to