Skip to content

Commit 4a73e4a

Browse files
authored
fix: stabilize Vortex runtime for async IO (#387)
1 parent 2b4c73b commit 4a73e4a

3 files changed

Lines changed: 1133 additions & 759 deletions

File tree

crates/paimon/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ storage-all = [
4242
"storage-hdfs",
4343
]
4444
fulltext = ["tantivy", "tempfile"]
45-
vortex = ["dep:vortex", "dep:kanal"]
45+
vortex = ["dep:vortex"]
4646

4747
storage-memory = ["opendal/services-memory"]
4848
storage-fs = ["opendal/services-fs"]
@@ -102,11 +102,10 @@ urlencoding = "2.1"
102102
tantivy = { version = "0.22", optional = true }
103103
tempfile = { version = "3", optional = true }
104104
vortex = { version = "0.68", features = ["tokio"], optional = true }
105-
kanal = { version = "0.1.1", optional = true }
106105
libloading = "0.9"
107106
# Keep CI on the dependency set that passed before unicode-segmentation 1.13.3.
108107
# The 1.13.3 resolver update correlates with Linux Vortex tests hanging.
109-
unicode-segmentation = "=1.13.3"
108+
unicode-segmentation = "=1.13.2"
110109

111110
[dev-dependencies]
112111
axum = { version = "0.7", features = ["macros", "tokio", "http1", "http2"] }

0 commit comments

Comments
 (0)