From add8b331bd0549ccbeff84b515a7e72768094bd9 Mon Sep 17 00:00:00 2001 From: liangbowen Date: Fri, 30 Jun 2023 11:39:11 +0800 Subject: [PATCH] [KYUUBI #5007] [FOLLOWUP] Remove blank SparkSimpleStatsReportListener ### _Why are the changes needed?_ - remove unnecessary blank classSparkSimpleStatsReportListener ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request Closes #5008 from bowenliang123/5007-followup. Closes #5007 34e19f664 [liangbowen] remove blank SparkSimpleStatsReportListener Authored-by: liangbowen Signed-off-by: liangbowen --- .../apache/spark/kyuubi/SparkSimpleStatsReportListner.scala | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkSimpleStatsReportListner.scala diff --git a/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkSimpleStatsReportListner.scala b/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkSimpleStatsReportListner.scala deleted file mode 100644 index cee2acc9c..000000000 --- a/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkSimpleStatsReportListner.scala +++ /dev/null @@ -1,3 +0,0 @@ -package org.apache.spark.kyuubi class SparkSimpleStatsReportListner { - -}