Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22950 )

Change subject: [WIP] IMPALA-13986: Update JS scripts to align with linting 
rules
......................................................................


Patch Set 3:

(94 comments)

gerrit-auto-critic failed. You can reproduce it locally using command:

  python3 bin/jenkins/critique-gerrit-review.py --dryrun

To run it, you might need a virtual env with Python3's venv installed.

http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/queries/profileParseWorker.test.js
File tests/webui/js_tests/queries/profileParseWorker.test.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/queries/profileParseWorker.test.js@29
PS3, Line 29:     import("pako.min.js").then((pako_pack) => {
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js
File tests/webui/js_tests/query_timeline/chart_commons.test.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@29
PS3, Line 29:       "profile_name" :"Per Node Profiles",
Missing space before value for key 'profile_name'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@168
PS3, Line 168:       period: 100,
Missing space after key 'period'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@169
PS3, Line 169:       num: 2000,
Missing space after key 'num'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@170
PS3, Line 170:       data: "30, 100, 40"
Missing space after key 'data'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@195
PS3, Line 195:       period: 200,
Missing space after key 'period'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@196
PS3, Line 196:       num: 300,
Missing space after key 'num'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@197
PS3, Line 197:       data: "30, 100, 40"
Missing space after key 'data'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@223
PS3, Line 223:       period: 100,
Missing space after key 'period'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@224
PS3, Line 224:       num: 300,
Missing space after key 'num'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@225
PS3, Line 225:       data: "30, 100, 40"
Missing space after key 'data'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@250
PS3, Line 250:       period: 100,
Missing space after key 'period'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@251
PS3, Line 251:       num: 300,
Missing space after key 'num'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@252
PS3, Line 252:       data: "30, 100, 40"
Missing space after key 'data'.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/chart_commons.test.js@349
PS3, Line 349:     expect(values_array).toEqual([DATA_TYPE, 0, null, null, 
null, null, null, null, null]);
This line has a length of 91. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/fragment_metrics_diagram.test.js
File tests/webui/js_tests/query_timeline/fragment_metrics_diagram.test.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/tests/webui/js_tests/query_timeline/fragment_metrics_diagram.test.js@27
PS3, Line 27:       "profile_name" :"Coordinator Fragment F31",
Missing space before value for key 'profile_name'.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js
File www/scripts/common_util.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js@31
PS3, Line 31:         return getReadableTimeMS(value / 1000000)
Missing semicolon.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js@70
PS3, Line 70:         re += value + "ms"
Missing semicolon.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js@80
PS3, Line 80: function renderSize(data, type, row) {
'renderSize' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js@80
PS3, Line 80: function renderSize(data, type, row) {
'row' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js@93
PS3, Line 93: function renderTime(data, type, row) {
'renderTime' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js@93
PS3, Line 93: function renderTime(data, type, row) {
'row' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/common_util.js@106
PS3, Line 106: function getQueryID() {
'getQueryID' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/chart_commons.js
File www/scripts/query_timeline/chart_commons.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/chart_commons.js@49
PS3, Line 49:     timesamples_array[k + 1] = (k * AVG_PERIOD);
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/chart_commons.js@94
PS3, Line 94:   parent_profile.child_profiles.forEach((time_series_profiles) => 
{
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js
File www/scripts/query_timeline/fragment_diagram.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@29
PS3, Line 29:
More than 1 blank line not allowed.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@162
PS3, Line 162:     k = ((ts - min) * BUCKET_SIZE / EVENT_SPAN_T) | 0;
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@228
PS3, Line 228:   for (let i = LAST_E_INDEX; i >= 0; --i) {
'i' is already declared in the upper scope on line 220 column 7.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@238
PS3, Line 238:               dy = (part.count / events[i].ts_list.length) * 
BAR_HEIGHT;
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@306
PS3, Line 306:     phases_header.appendChild(getSvgText(p.label, 
stroke_fill_colors.black, x + PHASE_WIDTH
This line has a length of 91. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@324
PS3, Line 324:       let pending_fragments = [];
'pending_fragments' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@325
PS3, Line 325:       let fevents = fragment.events;
'fevents' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@327
PS3, Line 327:       let frag_name = fragment.name.replace("Coordinator ", 
"").replace("Fragment ", "");
'frag_name' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@333
PS3, Line 333:       let fragment_svg_group = getSvgGroup();
'fragment_svg_group' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@337
PS3, Line 337:         let node = fragment.nodes[i];
'node' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@364
PS3, Line 364:         let label_width = Math.min(CHAR_WIDTH * node.name.length,
'label_width' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@370
PS3, Line 370:           let y = ROW_HEIGHT * node.parent_node.rendering.rownum;
'y' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@372
PS3, Line 372:             let x = name_width + Math.min.apply(null, 
fevents[3].ts_list) * PX_PER_NS;
'x' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@378
PS3, Line 378:             let x2 = name_width + Math.max.apply(null, 
fevents[4].ts_list) * PX_PER_NS;
'x2' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@385
PS3, Line 385:             let x = name_width - (pending_senders) * CHAR_WIDTH 
- CHAR_WIDTH / 2;
'x' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@385
PS3, Line 385:             let x = name_width - (pending_senders) * CHAR_WIDTH 
- CHAR_WIDTH / 2;
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@397
PS3, Line 397:             let x = frag_name_width + (pending_children + 1) * 
CHAR_WIDTH -
'x' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@413
PS3, Line 413:             printFragment(fragments[node.sender_frag_index])
Missing semicolon.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@433
PS3, Line 433:   let sec_per_tic = maxts / ntics / 1e9;
'sec_per_tic' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@434
PS3, Line 434:   let px_per_tic = chart_width / ntics;
'px_per_tic' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@436
PS3, Line 436:   let y = 0;
'y' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@437
PS3, Line 437:   let text_y = ROW_HEIGHT - 4;
'text_y' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@482
PS3, Line 482:             if 
(fp.child_profiles[instance].event_sequences[0].events.length ==
Expected '===' and instead saw '=='.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@513
PS3, Line 513:         }
Missing semicolon.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@525
PS3, Line 525:           let name_flds = pp.profile_name.split(/[()]/);
'name_flds' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@527
PS3, Line 527:           let node_type = name_flds[0].trim();
'node_type' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@529
PS3, Line 529:           let node_id = name_flds.length > 1 ?
'node_id' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@537
PS3, Line 537:             let table_name = pp.info_strings.find(({ key }) => 
key === "Table Name")
'table_name' is never reassigned. Use 'const' instead.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@537
PS3, Line 537:             let table_name = pp.info_strings.find(({ key }) => 
key === "Table Name")
There should be no space after '{'.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@537
PS3, Line 537:             let table_name = pp.info_strings.find(({ key }) => 
key === "Table Name")
There should be no space before '}'.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@544
PS3, Line 544:               (node_type === "HASH_JOIN_NODE" && pp.num_children 
< 3);
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@546
PS3, Line 546:           const IS_SENDER = (node_type === "Hash Join Builder" ||
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@588
PS3, Line 588:           }
Missing semicolon.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@633
PS3, Line 633:                   
node.events[en].ts_list.push(cp.event_sequences[0].events[en].timestamp);
This line has a length of 91. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@637
PS3, Line 637:                 while(i < node.events.length && en < 
cp.event_sequences[0].events.length) {
This line has a length of 91. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@639
PS3, Line 639:                     
node.events[i].ts_list.push(cp.event_sequences[0].events[en].timestamp);
This line has a length of 92. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@662
PS3, Line 662: export function setTimingDiagramDimensions(ignored_arg) {
'ignored_arg' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@698
PS3, Line 698: fragment_diagram.addEventListener("mouseout", e => {
'e' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@712
PS3, Line 712:     const GRIDLINE_TIME = (maxts * (e.clientX + 
scrollable_screen.scrollLeft
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@720
PS3, Line 720:     } catch (e) {
'e' is already declared in the upper scope on line 704 column 48.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@751
PS3, Line 751: timeticks_footer.addEventListener("wheel", (e) => {
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_diagram.js@759
PS3, Line 759:         const RENDERING_CONSTRAINT = CHAR_WIDTH * ((decimals + 
1) + INTEGER_PART_ESTIMATE)
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js
File www/scripts/query_timeline/fragment_metrics_diagram.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@19
PS3, Line 19:     from "./fragment_diagram.js"
Missing semicolon.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@79
PS3, Line 79:           format : (x) => x.toFixed(decimals)
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@85
PS3, Line 85:           format : (y) => getReadableSize(y, 1)
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@91
PS3, Line 91:           format : (y2) => (y2 === Math.floor(y2) ? y2 : "")
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@91
PS3, Line 91:           format : (y2) => (y2 === Math.floor(y2) ? y2 : "")
Unnecessary parentheses around expression.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@99
PS3, Line 99:         value : (value, ratio, id, index) => {
'index' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@100
PS3, Line 100:           if (id.includes("memory usage")){
Missing space before opening brace.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@106
PS3, Line 106:         title : (x, index) => x.toFixed(decimals)
'index' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@121
PS3, Line 121:   const NEXT_HEIGHT = getFragmentMetricsHeight() + 
(fragment_metrics_resize_bar.offsetTop -
This line has a length of 91. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@135
PS3, Line 135:   const fragment_metrics_aggregate = new Array(counters.length);
'fragment_metrics_aggregate' is already declared in the upper scope on line 47 
column 5.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@141
PS3, Line 141:   const sampled_fragment_metrics_timeseries = new 
Array(max_samples.allocated + 3)
'sampled_fragment_metrics_timeseries' is already declared in the upper scope on 
line 48 column 5.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@180
PS3, Line 180:     profile_fragments.every((fragment_profile) => {
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@226
PS3, Line 226:         fragment_metrics_aggregate.forEach((acc_usage) => {
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@258
PS3, Line 258:     const DID_UNLOAD = 
fragment_metrics_chart.internal.getTargets().every((target) => {
Unexpected parentheses around single function argument.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/fragment_metrics_diagram.js@297
PS3, Line 297:     function dragResizeBarBegin(mousedown_e) {
'mousedown_e' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/global_dom.js
File www/scripts/query_timeline/global_dom.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/global_dom.js@20
PS3, Line 20:   const fs = await import("fs");
Parsing error: Cannot use keyword 'await' outside an async function


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js
File www/scripts/query_timeline/host_utilization_diagram.js:

http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@122
PS3, Line 122:         value : (value, ratio, id, index) => {
'index' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@129
PS3, Line 129:         title : (x, index) => x.toFixed(decimals) + "s"
'index' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@159
PS3, Line 159:   const cpu_nodes_usage_aggregate = new 
Array(counters_y1.length);
'cpu_nodes_usage_aggregate' is already declared in the upper scope on line 50 
column 5.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@168
PS3, Line 168:   const read_write_metrics_aggregate = new 
Array(counters_y2.length);
'read_write_metrics_aggregate' is already declared in the upper scope on line 
51 column 5.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@175
PS3, Line 175:   const sampled_utilization_timeseries = new 
Array(max_samples.allocated + 2)
'sampled_utilization_timeseries' is already declared in the upper scope on line 
52 column 5.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@178
PS3, Line 178:   
mapTimeseriesCounters(parent_profile.child_profiles[0].time_series_counters, 
counters_y1);
This line has a length of 92. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@179
PS3, Line 179:   
mapTimeseriesCounters(parent_profile.child_profiles[0].time_series_counters, 
counters_y2);
This line has a length of 92. Maximum allowed is 90.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@220
PS3, Line 220:   if (!host_utilization_visible){
Missing space before opening brace.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@313
PS3, Line 313:     function dragResizeBarBegin(mousedown_e) {
'mousedown_e' is defined but never used.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@323
PS3, Line 323: 
More than 1 blank line not allowed.


http://gerrit.cloudera.org:8080/#/c/22950/3/www/scripts/query_timeline/host_utilization_diagram.js@324
PS3, Line 324: host_utilization_close_btn.addEventListener("click", e => {
'e' is defined but never used.



--
To view, visit http://gerrit.cloudera.org:8080/22950
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5c8851c3d2f4e95b7eebd61f379361818afca7ea
Gerrit-Change-Number: 22950
Gerrit-PatchSet: 3
Gerrit-Owner: Surya Hebbar <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Comment-Date: Tue, 27 May 2025 15:10:02 +0000
Gerrit-HasComments: Yes

Reply via email to