Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19744 )
Change subject: IMPALA-11970: Optimized rendering for the query timeline display ...................................................................... IMPALA-11970: Optimized rendering for the query timeline display Decoupled the retrieval of attributes and rendering to optimize window resize events for large JSON query profiles in the timeline display. A reload will be triggered after every second, in case the query execution has not completed, or due to errors in parsing the profile; only valid profiles are rendered. Replaces 'maximum()' and 'minimum()' functions with 'Math.max.apply()' and 'Math.min.apply()'. Change-Id: Iec458602266863b6e313f52b26a2dc35cff0db0f Reviewed-on: http://gerrit.cloudera.org:8080/19744 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M www/query_timeline.tmpl 1 file changed, 218 insertions(+), 212 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19744 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iec458602266863b6e313f52b26a2dc35cff0db0f Gerrit-Change-Number: 19744 Gerrit-PatchSet: 12 Gerrit-Owner: Surya Hebbar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
