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:39:00 UTC

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

     [ https://issues.apache.org/jira/browse/METRON-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mohan reassigned METRON-2180:
-----------------------------

    Assignee: Mohan

> 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
>            Assignee: Mohan
>            Priority: Minor
>
> 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)