You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "xubo245 (JIRA)" <ji...@apache.org> on 2018/01/26 10:04:00 UTC

[jira] [Created] (CARBONDATA-2089) Test cases is incorrect

xubo245 created CARBONDATA-2089:
-----------------------------------

             Summary: Test cases is incorrect
                 Key: CARBONDATA-2089
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2089
             Project: CarbonData
          Issue Type: Bug
          Components: test
    Affects Versions: 1.3.0
            Reporter: xubo245
            Assignee: xubo245
             Fix For: 1.3.0


Test cases is incorrect,like:


{code:java}
  test("test timeseries create table seven") {
    try {
      sql(
        "create datamap agg0 on table mainTable using 'preaggregate' DMPROPERTIES ('timeseries.eventTime'='dataTime', 'timeseries.hierarchy'='hour=1,day=1,year=1,month=1') as select dataTime, sum(age) from mainTable group by dataTime")
      assert(false)
    } catch {
      case _:Exception =>
        assert(true)
    }
  }
{code}

It will always run success.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)