Skip to content

Commit

Permalink
disable debug-assert in groot (#2811)
Browse files Browse the repository at this point in the history
Fixes #2807
  • Loading branch information
siyuan0322 committed Jun 5, 2023
1 parent 57b22fe commit 035036b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 6 additions & 1 deletion interactive_engine/executor/assembly/groot/Cargo.toml
Expand Up @@ -19,4 +19,9 @@ log4rs = "1.2"
tokio = { version = "1.24", features = ["macros", "sync"] }

[features]
column_filter_push_down = ["runtime_integration/column_filter_push_down"]
column_filter_push_down = ["runtime_integration/column_filter_push_down"]

[profile.dev]

# TODO(siyuan): re-enable debug assertions by addressing the reports for misaligned pointer dereferences https://github.com/rust-lang/rust/pull/98112/
debug-assertions = false
5 changes: 0 additions & 5 deletions interactive_engine/executor/rust-toolchain.toml

This file was deleted.

0 comments on commit 035036b

Please sign in to comment.