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 522555ed fix paimon package name (#1279)
522555ed is described below

commit 522555ed6c9d9b9ab67925235caecb8fc7b2688e
Author: cxzl25 <[email protected]>
AuthorDate: Mon Sep 8 17:44:06 2025 +0800

    fix paimon package name (#1279)
---
 .../META-INF/services/org.apache.spark.sql.auron.AuronConvertProvider   | 2 +-
 .../org/apache/spark/sql/hive/auron/paimon/PaimonConvertProvider.scala  | 2 +-
 .../main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonUtil.scala  | 2 +-
 .../spark/sql/hive/execution/auron/plan/NativePaimonTableScanExec.scala | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/thirdparty/auron-paimon/src/main/resources/META-INF/services/org.apache.spark.sql.auron.AuronConvertProvider
 
b/thirdparty/auron-paimon/src/main/resources/META-INF/services/org.apache.spark.sql.auron.AuronConvertProvider
index b37cfe0d..5c7980be 100644
--- 
a/thirdparty/auron-paimon/src/main/resources/META-INF/services/org.apache.spark.sql.auron.AuronConvertProvider
+++ 
b/thirdparty/auron-paimon/src/main/resources/META-INF/services/org.apache.spark.sql.auron.AuronConvertProvider
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 
-org.apache.spark.sql.hive.auron.PaimonConvertProvider
+org.apache.spark.sql.hive.auron.paimon.PaimonConvertProvider
diff --git 
a/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonConvertProvider.scala
 
b/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonConvertProvider.scala
index 7b6bebd9..5b320d18 100644
--- 
a/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonConvertProvider.scala
+++ 
b/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonConvertProvider.scala
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.spark.sql.hive.auron
+package org.apache.spark.sql.hive.auron.paimon
 
 import org.apache.spark.internal.Logging
 import org.apache.spark.sql.auron.AuronConverters
diff --git 
a/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonUtil.scala
 
b/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonUtil.scala
index 4b97e458..4262a0b5 100644
--- 
a/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonUtil.scala
+++ 
b/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/auron/paimon/PaimonUtil.scala
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.spark.sql.hive.auron
+package org.apache.spark.sql.hive.auron.paimon
 
 import java.util.{HashMap => JHashMap}
 
diff --git 
a/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/execution/auron/plan/NativePaimonTableScanExec.scala
 
b/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/execution/auron/plan/NativePaimonTableScanExec.scala
index da9392d1..8ce3a62f 100644
--- 
a/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/execution/auron/plan/NativePaimonTableScanExec.scala
+++ 
b/thirdparty/auron-paimon/src/main/scala/org/apache/spark/sql/hive/execution/auron/plan/NativePaimonTableScanExec.scala
@@ -40,7 +40,7 @@ import org.apache.spark.sql.catalyst.util.CaseInsensitiveMap
 import org.apache.spark.sql.catalyst.util.DateTimeUtils
 import org.apache.spark.sql.execution.datasources.FilePartition
 import org.apache.spark.sql.execution.datasources.PartitionedFile
-import org.apache.spark.sql.hive.auron.PaimonUtil
+import org.apache.spark.sql.hive.auron.paimon.PaimonUtil
 import org.apache.spark.sql.hive.execution.HiveTableScanExec
 import org.apache.spark.sql.types.StructType
 

Reply via email to