This is an automated email from the ASF dual-hosted git repository. wzhou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 3608ab25f13708b1ba73b0f81abe37c1cda4e342 Author: Surya Hebbar <[email protected]> AuthorDate: Wed May 10 09:37:21 2023 +0530 IMPALA-12133: Fix query timeline display height for compact query plans The patch resizes the fragment diagram for small query plans on the query timeline, eliminating unnecessary spacing below it. Lowest value of display_height and fragment diagram's height are taken by multiplying row_height and rownum. Constant folding implementations in browsers guarantee optimal rendering without performance degradation. Change-Id: I5e4123c54a2b8d9d2900b3271b274cd23e337c91 Reviewed-on: http://gerrit.cloudera.org:8080/19872 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Kurt Deschler <[email protected]> Reviewed-by: Wenzhe Zhou <[email protected]>
