This is an automated email from the ASF dual-hosted git repository.
csy 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 c1548b00 [AURON #1785] Rename NativeParquetSinkExec NativeRDD name to
NativeRDD.ParquetSink (#1786)
c1548b00 is described below
commit c1548b00a7028326cedef80956dc3af946e52157
Author: Thomas <[email protected]>
AuthorDate: Tue Dec 23 21:16:22 2025 +0800
[AURON #1785] Rename NativeParquetSinkExec NativeRDD name to
NativeRDD.ParquetSink (#1786)
# Which issue does this PR close?
Closes #1785
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing changes?
# How was this patch tested?
---
.../apache/spark/sql/execution/auron/plan/NativeParquetSinkBase.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/spark-extension/src/main/scala/org/apache/spark/sql/execution/auron/plan/NativeParquetSinkBase.scala
b/spark-extension/src/main/scala/org/apache/spark/sql/execution/auron/plan/NativeParquetSinkBase.scala
index c66360b0..260ee249 100644
---
a/spark-extension/src/main/scala/org/apache/spark/sql/execution/auron/plan/NativeParquetSinkBase.scala
+++
b/spark-extension/src/main/scala/org/apache/spark/sql/execution/auron/plan/NativeParquetSinkBase.scala
@@ -154,7 +154,7 @@ abstract class NativeParquetSinkBase(
.addAllProp(nativeProps.asJava)
PhysicalPlanNode.newBuilder().setParquetSink(parquetSink).build()
},
- "ParquetSink")
+ friendlyName = "NativeRDD.ParquetSink")
}
protected def newHadoopConf(_tableDesc: TableDesc): Configuration =