You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/19 19:47:15 UTC

[GitHub] [spark] pgandhi999 opened a new pull request #24419: [SPARK-25719] : Search functionality in datatables in stages page sho…

pgandhi999 opened a new pull request #24419: [SPARK-25719] : Search functionality in datatables in stages page sho…
URL: https://github.com/apache/spark/pull/24419
 
 
   …uld search over formatted data rather than the raw data
   
   The Pull Request to add datatables to stage page SPARK-21809 got merged. The search functionality in those datatables being a great improvement for searching through a large number of tasks, also performs search over the raw data rather than the formatted data displayed in the tables. It would be great if the search can happen for the formatted data as well.
   
   ## What changes were proposed in this pull request?
   
   Added code to enable searching over displayed data in tables e.g. searching on "165.7 MiB" or "0.3 ms" will now return the search results.
   
   ## How was this patch tested?
   
   Manual Tests
   

----------------------------------------------------------------
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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org