kkhatua closed pull request #1468: DRILL-6630: Extra spaces are ignored while 
publishing results in Dril…
URL: https://github.com/apache/drill/pull/1468
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/exec/java-exec/src/main/resources/rest/query/result.ftl 
b/exec/java-exec/src/main/resources/rest/query/result.ftl
index 96e68b0c910..817b35074d4 100644
--- a/exec/java-exec/src/main/resources/rest/query/result.ftl
+++ b/exec/java-exec/src/main/resources/rest/query/result.ftl
@@ -51,7 +51,7 @@
       <p class="lead">No result found.</p>
     </div>
   <#else>
-    <table id="result" class="table table-striped table-bordered 
table-condensed" style="table-layout: auto; width=100%;">
+    <table id="result" class="table table-striped table-bordered 
table-condensed" style="table-layout: auto; width=100%; white-space: pre;">
       <thead>
         <tr>
           <#list model.getColumns() as value>


 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to