[ 
https://issues.apache.org/jira/browse/DRILL-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618704#comment-16618704
 ] 

ASF GitHub Bot commented on DRILL-6630:
---------------------------------------

agozhiy commented on issue #1468: DRILL-6630: Extra spaces are ignored while 
publishing results in Dril…
URL: https://github.com/apache/drill/pull/1468#issuecomment-422308074
 
 
   Before the patch:
   ![screenshot from 2018-09-18 
11-38-29](https://user-images.githubusercontent.com/31588230/45675253-99a31f80-bb37-11e8-9f60-2618c285826c.png)
   After the patch:
   ![screenshot from 2018-09-18 
11-37-42](https://user-images.githubusercontent.com/31588230/45675295-bb040b80-bb37-11e8-96d8-c2bc95206e45.png)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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
>            Assignee: Anton Gozhiy
>            Priority: Minor
>              Labels: ready-to-commit
>             Fix For: 1.15.0
>
>
> *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)

Reply via email to