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 ef977fb7 [AURON #1650] Override nodeName for NativeEmptyExec (#1651)
ef977fb7 is described below

commit ef977fb72072a547d6b59e801ba26d8924ef8451
Author: Thomas <[email protected]>
AuthorDate: Sat Nov 22 22:23:23 2025 +0800

    [AURON #1650] Override nodeName for NativeEmptyExec (#1651)
---
 .../src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala
 
b/spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala
index c911c465..8b0b581b 100644
--- 
a/spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala
+++ 
b/spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala
@@ -1115,6 +1115,8 @@ object AuronConverters extends Logging {
           },
           friendlyName = "NativeRDD.Empty")
       }
+
+      override val nodeName: String = s"NativeEmpty"
     }
     NativeEmptyExec(output, outputPartitioning, outputOrdering)
   }

Reply via email to