Skip to content

build: pin unicode-segmentation for vortex tests#353

Merged
JingsongLi merged 1 commit into
apache:mainfrom
JingsongLi:codex/pin-unicode-segmentation-vortex
Jun 2, 2026
Merged

build: pin unicode-segmentation for vortex tests#353
JingsongLi merged 1 commit into
apache:mainfrom
JingsongLi:codex/pin-unicode-segmentation-vortex

Conversation

@JingsongLi
Copy link
Copy Markdown
Contributor

Summary

Main CI is still hanging after reverting #346, so the object-storage change does not appear to be the root cause.

Comparing the successful #350 Ubuntu unit job with the hanging main Ubuntu unit job shows the same compiled crate set except for one resolved patch dependency:

This PR pins unicode-segmentation to =1.13.2 through the paimon crate so CI resolves back to the dependency set that passed before the Vortex tests started hanging.

Changes

Testing

  • cargo tree -p paimon --features fulltext,vortex -i unicode-segmentation resolves unicode-segmentation v1.13.2
  • cargo test -p paimon arrow::format::vortex::tests::test_vortex_read_with --all-targets --features fulltext,vortex -- --nocapture
  • cargo test -p paimon-datafusion --features vortex --test vortex_tables -- --nocapture

Notes

This is intended as a targeted unblock while the interaction between the latest unicode-segmentation patch and the Linux Vortex tests is investigated further.

Copy link
Copy Markdown

@leaves12138 leaves12138 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This is a small dependency pin, and all CI jobs are green. Pinning unicode-segmentation to the last known-good version for the Vortex test hang is reasonable.

@JingsongLi JingsongLi merged commit 0597c76 into apache:main Jun 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants