Surya Hebbar has uploaded this change for review. ( 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. Failure to fetch a query profile triggers a timer. Errors in parsing the profile are caught to ensure rendering of only valid profiles. Replaces 'maximum()' and 'minimum()' functions with 'Math.max.apply()' and 'Math.min.apply()'. Change-Id: Iec458602266863b6e313f52b26a2dc35cff0db0f --- M www/query_timeline.tmpl 1 file changed, 209 insertions(+), 213 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/44/19744/1 -- 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: newchange Gerrit-Change-Id: Iec458602266863b6e313f52b26a2dc35cff0db0f Gerrit-Change-Number: 19744 Gerrit-PatchSet: 1 Gerrit-Owner: Surya Hebbar <[email protected]>
