Skip to content

Commit

Permalink
start, enable pipelining for the adapter crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jan 21, 2025
1 parent 925f577 commit 2b6a8f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/adapter/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rust_library(
compile_data = [],
crate_features = ["default"],
data = [],
disable_pipelining = True,
proc_macro_deps = [] + all_crate_deps(proc_macro = True),
rustc_env = {},
rustc_flags = [],
Expand Down
5 changes: 0 additions & 5 deletions src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ harness = false
[package.metadata.cargo-udeps.ignore]
normal = ["workspace-hack"]

[package.metadata.cargo-gazelle.lib]
# TODO(parkmycar): No idea what, but something in this crate is non-deterministic and it breaks
# pipelining.
disable_pipelining = true

[package.metadata.cargo-gazelle.test.sql]
data = ["tests/testdata/sql"]

Expand Down

0 comments on commit 2b6a8f1

Please sign in to comment.