Skip to content

fix(sqllogictest): add missing tokio rt-multi-thread feature#2386

Open
toutane wants to merge 1 commit intoapache:mainfrom
toutane:toutane/fix/sqllogictest-tokio-rt-multi-thread
Open

fix(sqllogictest): add missing tokio rt-multi-thread feature#2386
toutane wants to merge 1 commit intoapache:mainfrom
toutane:toutane/fix/sqllogictest-tokio-rt-multi-thread

Conversation

@toutane
Copy link
Copy Markdown
Contributor

@toutane toutane commented Apr 29, 2026

Which issue does this PR close?

What changes are included in this PR?

crates/sqllogictest/Cargo.toml was missing the rt-multi-thread feature for tokio, while tests/sqllogictests.rs calls tokio::runtime::Builder::new_multi_thread() which requires it.

This meant cargo test -p iceberg-sqllogictest failed to compile when run in isolation. The issue was invisible when using make build (--all-features --workspace) because crates/examples already enables tokio = { features = ["full"] }, and Cargo features are additive across the workspace graph.

Are these changes tested?

cargo test -p iceberg-sqllogictest

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.

cargo test -p iceberg-sqllogictest fails to compile: missing tokio rt-multi-thread feature

1 participant