Mohan created METRON-2180:
-----------------------------
Summary: IS_DATE stellar function is lenient while parsing
date/time
Key: METRON-2180
URL: https://issues.apache.org/jira/browse/METRON-2180
Project: Metron
Issue Type: Bug
Reporter: Mohan
IS_DATE stellar function is lenient while parsing date/time , below are some of
the example of is_date returning true for invalid dates
{code:java}
[Stellar]>>> IS_DATE('123451321312-436292-2423y49812', 'yyyy-MM-dd')
true
[Stellar]>>> IS_DATE('22232234324-1-0d', 'yyyy-MM-dd')
true
[Stellar]>>> IS_DATE('22232234324-1-1sdsadd', 'yyyy-MM-dd')
true
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)