Skip to content

Commit 78fe58d

Browse files
committed
pin datafusion-postgres version
1 parent 3ff06fe commit 78fe58d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ bytes = "1.4"
3030
tokio-rustls = "0.26.1"
3131
sled = "0.34.7"
3232
actix-web = "4.9.0"
33-
datafusion-postgres = { git = "https://github.com/sunng87/datafusion-postgres.git" }
33+
datafusion-postgres = { git = "https://github.com/sunng87/datafusion-postgres.git", rev = "2cf58787a8bf3e12a82b836d7dbdc5f6aee9f5a6" }
34+
# datafusion-postgres = { git = "https://github.com/apitoolkit/datafusion-postgres.git", branch = "insert-query-compliance" }
3435
# datafusion-postgres = { path = "../datafusion-projects/datafusion-postgres/datafusion-postgres/" }
3536
datafusion-functions-json = "0.46.0"
3637
anyhow = "1.0.95"

src/database.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ use datafusion::common::SchemaExt;
88
use datafusion::execution::context::SessionContext;
99
use datafusion::execution::TaskContext;
1010
use datafusion::logical_expr::{Expr, Operator, TableProviderFilterPushDown};
11-
use datafusion::physical_expr::intervals::utils::check_support;
1211
use datafusion::physical_plan::insert::{DataSink, DataSinkExec};
1312
use datafusion::physical_plan::DisplayAs;
1413
use datafusion::scalar::ScalarValue;

0 commit comments

Comments
 (0)