juliuszsompolski commented on a change in pull request #26364: 
[SPARK-29601][WEBUI] JDBC ODBC Tab Statement column provide ellipsis for big 
SQL statement
URL: https://github.com/apache/spark/pull/26364#discussion_r343118456
 
 

 ##########
 File path: 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerPage.scala
 ##########
 @@ -347,7 +347,9 @@ private[ui] class SqlStatsPagedTable(
         {formatDurationVerbose(duration)}
       </td>
       <td>
-        {info.statement}
+        <span class="description-input">
 
 Review comment:
   I sometimes find it useful to be able to copy-paste the whole table with all 
query history out to a spreadsheet. Expand all would be useful for that. But I 
agree that it's not a core feature for this PR, and it's consistent with other 
tabs.
   Maybe raise a followup JIRA with the idea to add an expand all like that to 
all tables of the UI?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to