Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2403

TimePrintMillis.toString() misses leading zeros in post-decimal-point part

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • Functions - Drill
    • None

    Description

      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.)

      Attachments

        1. DRILL-2403.patch
          3 kB
          Mehant Baid

        Activity

          People

            mehant Mehant Baid
            dsbos Daniel Barclay
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: