Skip to content

Commit 6a25cb5

Browse files
fix build
1 parent 5e32093 commit 6a25cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ datafusion-physical-plan = { version = "46" }
8181
tempfile = "3.8.1"
8282

8383
[features]
84-
mysql = ["dep:mysql_async", "dep:async-stream"]
84+
mysql = ["dep:mysql_async", "dep:async-stream", "dep:arrow-schema"]
8585
postgres = ["dep:tokio-postgres", "dep:uuid", "dep:postgres-native-tls", "dep:bb8", "dep:bb8-postgres", "dep:native-tls", "dep:pem", "dep:async-stream", "dep:arrow-schema"]
8686
sqlite = ["dep:rusqlite", "dep:tokio-rusqlite", "dep:arrow-schema"]
8787
duckdb = ["dep:duckdb", "dep:r2d2", "dep:uuid", "dep:dyn-clone", "dep:async-stream", "dep:arrow-schema", "dep:byte-unit"]

0 commit comments

Comments
 (0)