You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/03/20 21:42:38 UTC

[jira] [Updated] (DRILL-2403) TimePrintMillis.toString() misses leading zeros in post-decimal-point part

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

Jacques Nadeau updated DRILL-2403:
----------------------------------
    Component/s: Functions - Drill

> TimePrintMillis.toString() misses leading zeros in post-decimal-point part
> --------------------------------------------------------------------------
>
>                 Key: DRILL-2403
>                 URL: https://issues.apache.org/jira/browse/DRILL-2403
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>            Reporter: Daniel Barclay (Drill)
>
> In org.apache.drill.exec.vector.accessor.sql.TimePrintMillis, the toString() method includes this code:
>     baseTime = baseTime + "." + Integer.toString(millis);
> (Consider the result when millis is in the range 1 to 99.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)