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)