This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 9882de4f55 [python] Fix native-plan CI with updated paimon-rust (#9109)
9882de4f55 is described below

commit 9882de4f555b6d141ec422d505b81ea3fac7bc2e
Author: XiaoHongbo <[email protected]>
AuthorDate: Sat Aug 8 15:10:37 2026 +0800

    [python] Fix native-plan CI with updated paimon-rust (#9109)
---
 .github/workflows/paimon-python-checks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/paimon-python-checks.yml 
b/.github/workflows/paimon-python-checks.yml
index 836a1aa665..1621d9e124 100755
--- a/.github/workflows/paimon-python-checks.yml
+++ b/.github/workflows/paimon-python-checks.yml
@@ -34,7 +34,7 @@ env:
   JDK_VERSION: 8
   MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=30 
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true
   LUMINA_DATA_VERSION: 0.1.0
-  PYPAIMON_RUST_REV: b8d590521eb4cfde916ce3589cda88e75f31046a
+  PYPAIMON_RUST_REV: b27c30054e17ee11f7400bf07a8fd41cf264f08b
 
 
 concurrency:

Reply via email to