You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Anton Gozhiy (JIRA)" <ji...@apache.org> on 2018/07/24 10:45:00 UTC

[jira] [Created] (DRILL-6630) Extra spaces are ignored while publishing results in Drill Web UI

Anton Gozhiy created DRILL-6630:
-----------------------------------

             Summary: Extra spaces are ignored while publishing results in Drill Web UI
                 Key: DRILL-6630
                 URL: https://issues.apache.org/jira/browse/DRILL-6630
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.14.0
            Reporter: Anton Gozhiy


*Prerequisites:*
Use Drill Web UI to submit queries

*Query:*
{code:sql}
select '   sds    sada' from (values(1))
{code}

*Expected Result:*
{noformat}
"  sds    sada"
{noformat}

*Actual Result:*
{noformat}
"sds sada"
{noformat}

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)