SF Wang created KYLIN-1987:
------------------------------
Summary: kylin can't support date/time functions like
TIMESTAMPADD、TIMESTAMPDIFF
Key: KYLIN-1987
URL: https://issues.apache.org/jira/browse/KYLIN-1987
Project: Kylin
Issue Type: Bug
Components: Query Engine
Affects Versions: v1.5.3
Environment: kylin-1.5.3-cdh5.7
Reporter: SF Wang
Assignee: liyang
kylin can't support date/time functions like TIMESTAMPADD、TIMESTAMPDIFF
when I execute sql on sample table kylin_sales in kylin web cli, It reports
error.
My sql :
select timestampadd(DAY, 1, cast(part_dt as timestamp)) from kylin_sales
Error message:
Encountered "(DAY" at line 1, column 20. Was expecting one of :"."... "("...
...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)