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

Sortable table incorrectly sorts minor fragments and time elements lexically instead of sorting by implicit value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.11.0
    • 1.12.0
    • Web Server

    Description

      The fix for this is to use dataTable library's data-order attribute for the data elements that need to sort by an implicit value.

      Old order of Minor Fragment New order of Minor Fragment
      ... ...
      01-09-01 01-09-01
      01-10-01 01-10-01
      01-100-01 01-11-01
      01-101-01 01-12-01
      ... ...
      Old order of Duration New order of Duration
      ... ...
      1m15s 55.03s
      55s 1m15s
      ... ...

      Attachments

        Issue Links

          Activity

            People

              kkhatua Kunal Khatua
              kkhatua Kunal Khatua
              Paul Rogers Paul Rogers
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: