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

Extra spaces are ignored while publishing results in Drill Web UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.14.0
    • 1.15.0
    • None

    Description

      Prerequisites:
      Use Drill Web UI to submit queries

      Query:

      select '   sds    sada' from (values(1))
      

      Expected Result:

      "  sds    sada"
      

      Actual Result:

      "sds sada"
      

      Note: Inspecting the element using Chrome Developer Tools you can see that it contain the real string. So something should be done with HTML formatting.

      Attachments

        Issue Links

          Activity

            People

              angozhiy Anton Gozhiy
              angozhiy Anton Gozhiy
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: