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 1866e024 [AURON-1258] Bump Paimon from 1.1.1 to 1.2.0 (#1259)
1866e024 is described below
commit 1866e024c8c08bd46be49e1860333ec29072379b
Author: Ruilei Ma <[email protected]>
AuthorDate: Wed Sep 3 15:46:22 2025 +0800
[AURON-1258] Bump Paimon from 1.1.1 to 1.2.0 (#1259)
---
.github/workflows/license.yml | 2 +-
auron-build.sh | 4 ++--
dev/reformat | 2 +-
pom.xml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index edbf4d11..55c14dee 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -46,7 +46,7 @@ jobs:
-Pscala-2.12 -Pspark-3.5 \
-Pceleborn,celeborn-0.6 \
-Puniffle,uniffle-0.9 \
- -Ppaimon,paimon-1.1
+ -Ppaimon,paimon-1.2
- name: Upload rat report
if: failure()
uses: actions/upload-artifact@v4
diff --git a/auron-build.sh b/auron-build.sh
index 17ec9990..3badd72d 100755
--- a/auron-build.sh
+++ b/auron-build.sh
@@ -31,14 +31,14 @@ print_help() {
echo " --scalaver <VERSION> Specify Scala version (e.g. 2.12/2.13)"
echo " --celeborn <VERSION> Specify Celeborn version (e.g. 0.5/0.6)"
echo " --uniffle <VERSION> Specify Uniffle version (e.g. 0.9)"
- echo " --paimon <VERSION> Specify Paimon version (e.g. 1.1)"
+ echo " --paimon <VERSION> Specify Paimon version (e.g. 1.2)"
echo " --clean <true|false> Clean before build (default: true)"
echo " --skiptests <true|false> Skip unit tests (default: true)"
echo " -h, --help Show this help message"
echo
echo "Examples:"
echo " $0 --pre --sparkver 3.5 --scalaver 2.12 -DskipBuildNative"
- echo " $0 --docker true --clean true --skiptests true --release
--sparkver 3.5 --scalaver 2.12 --celeborn 0.5 --uniffle 0.9 --paimon 1.1"
+ echo " $0 --docker true --clean true --skiptests true --release
--sparkver 3.5 --scalaver 2.12 --celeborn 0.5 --uniffle 0.9 --paimon 1.2"
exit 0
}
diff --git a/dev/reformat b/dev/reformat
index af232b4a..43e76d90 100755
--- a/dev/reformat
+++ b/dev/reformat
@@ -44,7 +44,7 @@ function run_maven() {
sparkver=spark-3.5
for celebornver in celeborn-0.5 celeborn-0.6
do
- run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.9
-Ppaimon,paimon-1.1
+ run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.9
-Ppaimon,paimon-1.2
done
sparkvers=(spark-3.0 spark-3.1 spark-3.2 spark-3.3 spark-3.4)
diff --git a/pom.xml b/pom.xml
index 3d1fc9df..8b49be32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -711,12 +711,12 @@
</profile>
<profile>
- <id>paimon-1.1</id>
+ <id>paimon-1.2</id>
<modules>
<module>thirdparty/auron-paimon</module>
</modules>
<properties>
- <paimonVersion>1.1.1</paimonVersion>
+ <paimonVersion>1.2.0</paimonVersion>
</properties>
</profile>
</profiles>