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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46d5213b [AURON-1285] Clean up outdated copy-source comments in the 
codebase (#1286)
46d5213b is described below

commit 46d5213ba0ef5ca92b071e678c4f2af2a222b428
Author: Ruilei Ma <[email protected]>
AuthorDate: Fri Sep 12 15:57:42 2025 +0800

    [AURON-1285] Clean up outdated copy-source comments in the codebase (#1286)
---
 scalafmt.conf                                                            | 1 -
 .../scala/org/apache/spark/sql/auron/AuronAdaptiveQueryExecSuite.scala   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/scalafmt.conf b/scalafmt.conf
index c058d885..b4e9060c 100644
--- a/scalafmt.conf
+++ b/scalafmt.conf
@@ -15,7 +15,6 @@
 # limitations under the License.
 #
 
-# copy from https://github.com/apache/spark/blob/master/dev/.scalafmt.conf
 align = none
 align.openParenDefnSite = false
 align.openParenCallSite = false
diff --git 
a/spark-extension-shims-spark3/src/test/scala/org/apache/spark/sql/auron/AuronAdaptiveQueryExecSuite.scala
 
b/spark-extension-shims-spark3/src/test/scala/org/apache/spark/sql/auron/AuronAdaptiveQueryExecSuite.scala
index 5a9526e3..c27f47a5 100644
--- 
a/spark-extension-shims-spark3/src/test/scala/org/apache/spark/sql/auron/AuronAdaptiveQueryExecSuite.scala
+++ 
b/spark-extension-shims-spark3/src/test/scala/org/apache/spark/sql/auron/AuronAdaptiveQueryExecSuite.scala
@@ -34,7 +34,6 @@ class AuronAdaptiveQueryExecSuite
   import org.apache.spark.sql.test.SQLTestData.TestData
   import testImplicits._
 
-  // Copy from 
spark/sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala
   test("SPARK-35725: Support optimize skewed partitions in 
RebalancePartitions") {
     withTempView("v") {
       withSQLConf(

Reply via email to