Skip to content

Commit 195914e

Browse files
authored
fix: datafusion feature flag when compiling pg-catalog alone (#246)
1 parent d3e20bf commit 195914e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-pg-catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include = [
1919

2020
[dependencies]
2121
async-trait = "0.1"
22-
datafusion.workspace = true
22+
datafusion = { workspace = true, features = ["sql"] }
2323
futures.workspace = true
2424
log = "0.4"
2525
postgres-types.workspace = true

0 commit comments

Comments
 (0)