This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new add8b331b [KYUUBI #5007] [FOLLOWUP] Remove blank
SparkSimpleStatsReportListener
add8b331b is described below
commit add8b331bd0549ccbeff84b515a7e72768094bd9
Author: liangbowen <[email protected]>
AuthorDate: Fri Jun 30 11:39:11 2023 +0800
[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 <[email protected]>
Signed-off-by: liangbowen <[email protected]>
---
.../scala/org/apache/spark/kyuubi/SparkSimpleStatsReportListner.scala | 3 ---
1 file changed, 3 deletions(-)
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 {
-
-}