[
https://issues.apache.org/jira/browse/DRILL-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169681#comment-17169681
]
ASF GitHub Bot commented on DRILL-7773:
---------------------------------------
cgivre merged pull request #2094:
URL: https://github.com/apache/drill/pull/2094
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Incorrect conversion result to TIME_EPOCH_BE
> --------------------------------------------
>
> Key: DRILL-7773
> URL: https://issues.apache.org/jira/browse/DRILL-7773
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.17.0
> Reporter: Oleg Zinoviev
> Priority: Major
>
> Run query:
> {code:sql}
> select cast(convert_from(convert_to('23:30:21', 'TIME_EPOCH_BE'),
> 'TIME_EPOCH_BE') as time) as t
> {code}
> Expected result:
> 23:30:21
> Actual result:
> 00:56:23.295
--
This message was sent by Atlassian Jira
(v8.3.4#803005)