This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 73d17d52a8bc [MINOR][BUILD] Fix lint-js
73d17d52a8bc is described below

commit 73d17d52a8bc2d761412e1954eaa6c0bdef44a9d
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Tue Sep 26 19:18:31 2023 +0900

    [MINOR][BUILD] Fix lint-js
    
    ### What changes were proposed in this pull request?
    The pr aims to fix lint-js.
    
    ### Why are the changes needed?
    https://github.com/panbingkun/spark/actions/runs/6306820397/job/17123186216
    <img width="1014" alt="image" 
src="https://github.com/apache/spark/assets/15246973/7e70617a-c15e-47de-8282-5b06b5426567";>
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manually test.
    <img width="457" alt="image" 
src="https://github.com/apache/spark/assets/15246973/d62e1dbf-da12-478c-855a-f82df804bd75";>
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #43122 from panbingkun/mirror_lint-js.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .../resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.js
 
b/sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.js
index 8999d6ff1fed..96a7a7a3cc0e 100644
--- 
a/sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.js
+++ 
b/sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.js
@@ -258,7 +258,7 @@ function onClickAdditionalMetricsCheckbox(checkboxNode) {
   window.localStorage.setItem("stageId-and-taskId-checked", isChecked);
 }
 
-function togglePlanViz() {
+function togglePlanViz() { // eslint-disable-line no-unused-vars
   const arrow = d3.select("#plan-viz-graph-arrow");
   arrow.each(function () {
     $(this).toggleClass("arrow-open").toggleClass("arrow-closed")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to