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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0597c76  build: pin unicode-segmentation for vortex tests (#353)
0597c76 is described below

commit 0597c7655c1635c8480581fc0cfb07b6dec84447
Author: Jingsong Lee <[email protected]>
AuthorDate: Tue Jun 2 19:41:16 2026 +0800

    build: pin unicode-segmentation for vortex tests (#353)
---
 crates/paimon/Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml
index eeae73a..3d54d25 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -104,6 +104,9 @@ tempfile = { version = "3", optional = true }
 vortex = { version = "0.68", features = ["tokio"], optional = true }
 kanal = { version = "0.1.1", optional = true }
 libloading = "0.8"
+# Keep CI on the dependency set that passed before unicode-segmentation 1.13.3.
+# The 1.13.3 resolver update correlates with Linux Vortex tests hanging.
+unicode-segmentation = "=1.13.2"
 
 [dev-dependencies]
 axum = { version = "0.7", features = ["macros", "tokio", "http1", "http2"] }

Reply via email to