You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Mohan (JIRA)" <ji...@apache.org> on 2019/07/11 10:29:00 UTC

[jira] [Created] (METRON-2180) IS_DATE stellar function is lenient while parsing date/time

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)