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 a052b1ca change blaze to auron (#1233)
a052b1ca is described below

commit a052b1ca9b59f771ca81d914cc6c8afebb5d4999
Author: bkhan <[email protected]>
AuthorDate: Thu Aug 28 19:53:05 2025 +0800

    change blaze to auron (#1233)
---
 README.md                                                             | 4 ++--
 .../src/main/java/org/apache/spark/sql/auron/AuronConf.java           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b950c3bd..7fc76d31 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@
 
 # AURON
 
-[![TPC-DS](https://github.com/kwai/blaze/actions/workflows/tpcds.yml/badge.svg?branch=master)](https://github.com/kwai/blaze/actions/workflows/tpcds.yml)
-[![master-ce7-builds](https://github.com/kwai/blaze/actions/workflows/build-ce7-releases.yml/badge.svg?branch=master)](https://github.com/kwai/blaze/actions/workflows/build-ce7-releases.yml)
+[![TPC-DS](https://github.com/apache/auron/actions/workflows/tpcds.yml/badge.svg?branch=master)](https://github.com/apache/auron/actions/workflows/tpcds.yml)
+[![master-ce7-builds](https://github.com/apache/auron/actions/workflows/build-ce7-releases.yml/badge.svg?branch=master)](https://github.com/apache/auron/actions/workflows/build-ce7-releases.yml)
 
 <p align="center"><img src="./dev/auron-logo.png" /></p>
 
diff --git 
a/spark-extension/src/main/java/org/apache/spark/sql/auron/AuronConf.java 
b/spark-extension/src/main/java/org/apache/spark/sql/auron/AuronConf.java
index f302b3f3..a3d82ae0 100644
--- a/spark-extension/src/main/java/org/apache/spark/sql/auron/AuronConf.java
+++ b/spark-extension/src/main/java/org/apache/spark/sql/auron/AuronConf.java
@@ -55,7 +55,7 @@ public enum AuronConf {
     /// ignore corrupted input files
     IGNORE_CORRUPTED_FILES("spark.files.ignoreCorruptFiles", false),
 
-    /// enable partial aggregate skipping (see 
https://github.com/blaze-init/auron/issues/327)
+    /// enable partial aggregate skipping (see 
https://github.com/apache/auron/issues/327)
     PARTIAL_AGG_SKIPPING_ENABLE("spark.auron.partialAggSkipping.enable", true),
 
     /// partial aggregate skipping ratio

Reply via email to