[jira] [Updated] (DRILL-4782) TO_TIME function cannot separate time from date time string

2019-05-13 Thread Igor Guzenko (JIRA)


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

Igor Guzenko updated DRILL-4782:

Labels: ready-to-commit  (was: )

> TO_TIME function cannot separate time from date time string
> ---
>
> Key: DRILL-4782
> URL: https://issues.apache.org/jira/browse/DRILL-4782
> Project: Apache Drill
>  Issue Type: Improvement
>  Components:  Server
>Affects Versions: 1.6.0, 1.7.0
> Environment: CentOS 7
>Reporter: Matt Keranen
>Assignee: Dmytriy Grinchenko
>Priority: Minor
>  Labels: ready-to-commit
> Fix For: 1.17.0
>
>
> TO_TIME('2016-03-03 00:00', ''-MM-dd HH:mm') returns "05:14:46.656" 
> instead of the expected "00:00:00"
> Adding and additional split does work as expected: TO_TIME(SPLIT('2016-03-03 
> 00:00', ' ')[1], 'HH:mm')



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (DRILL-4782) TO_TIME function cannot separate time from date time string

2019-05-07 Thread Arina Ielchiieva (JIRA)


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

Arina Ielchiieva updated DRILL-4782:

Reviewer: Igor Guzenko  (was: Volodymyr Vysotskyi)

> TO_TIME function cannot separate time from date time string
> ---
>
> Key: DRILL-4782
> URL: https://issues.apache.org/jira/browse/DRILL-4782
> Project: Apache Drill
>  Issue Type: Improvement
>  Components:  Server
>Affects Versions: 1.6.0, 1.7.0
> Environment: CentOS 7
>Reporter: Matt Keranen
>Assignee: Dmytriy Grinchenko
>Priority: Minor
> Fix For: 1.17.0
>
>
> TO_TIME('2016-03-03 00:00', ''-MM-dd HH:mm') returns "05:14:46.656" 
> instead of the expected "00:00:00"
> Adding and additional split does work as expected: TO_TIME(SPLIT('2016-03-03 
> 00:00', ' ')[1], 'HH:mm')



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (DRILL-4782) TO_TIME function cannot separate time from date time string

2019-04-11 Thread Arina Ielchiieva (JIRA)


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

Arina Ielchiieva updated DRILL-4782:

Fix Version/s: 1.17.0

> TO_TIME function cannot separate time from date time string
> ---
>
> Key: DRILL-4782
> URL: https://issues.apache.org/jira/browse/DRILL-4782
> Project: Apache Drill
>  Issue Type: Improvement
>  Components:  Server
>Affects Versions: 1.6.0, 1.7.0
> Environment: CentOS 7
>Reporter: Matt Keranen
>Assignee: Dmytriy Grinchenko
>Priority: Minor
> Fix For: 1.17.0
>
>
> TO_TIME('2016-03-03 00:00', ''-MM-dd HH:mm') returns "05:14:46.656" 
> instead of the expected "00:00:00"
> Adding and additional split does work as expected: TO_TIME(SPLIT('2016-03-03 
> 00:00', ' ')[1], 'HH:mm')



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (DRILL-4782) TO_TIME function cannot separate time from date time string

2019-04-11 Thread Arina Ielchiieva (JIRA)


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

Arina Ielchiieva updated DRILL-4782:

Reviewer: Volodymyr Vysotskyi

> TO_TIME function cannot separate time from date time string
> ---
>
> Key: DRILL-4782
> URL: https://issues.apache.org/jira/browse/DRILL-4782
> Project: Apache Drill
>  Issue Type: Improvement
>  Components:  Server
>Affects Versions: 1.6.0, 1.7.0
> Environment: CentOS 7
>Reporter: Matt Keranen
>Assignee: Dmytriy Grinchenko
>Priority: Minor
> Fix For: 1.17.0
>
>
> TO_TIME('2016-03-03 00:00', ''-MM-dd HH:mm') returns "05:14:46.656" 
> instead of the expected "00:00:00"
> Adding and additional split does work as expected: TO_TIME(SPLIT('2016-03-03 
> 00:00', ' ')[1], 'HH:mm')



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)