You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/01 22:15:09 UTC

[GitHub] [incubator-druid] vogievetsky opened a new pull request #7816: Web console: Truncate and allow easy copy of large values in query table

vogievetsky opened a new pull request #7816: Web console: Truncate and allow easy copy of large values in query table
URL: https://github.com/apache/incubator-druid/pull/7816
 
 
   Was playing around with bloom filters ( http://druid.io/docs/latest/development/extensions-core/bloom-filter.html ) and found the web console UI's handling of very large values in the query results very sub par.
   
   Before:
   ![image](https://user-images.githubusercontent.com/177816/58754138-091b2e00-847f-11e9-9dd7-83060d39eb7e.png)
   (the huge `user_bloom` value just goes on and on and on, the only way to select it is to go to the network tab directly)
   
   After:
   ![image](https://user-images.githubusercontent.com/177816/58754130-de30da00-847e-11e9-8b39-b9430ba43c14.png)
   
   Clicking on the clipboard icon copies the entire value into the clipboard.
   
   Also while doing this I noticed some issues and did some cleanup specifically:
   
   - Updated the auto component generator script
   - Some language changes in the tests
   - Stricter lint rules for whitespaces
   - Fixed some issues with tests and regenerated the snapshots
   - Removed unnecessary wrapper around copy to clipboard module

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org