Skip to content

Commit

Permalink
refact
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Jan 19, 2025
1 parent f68d962 commit 8fdb6bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/physical-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ rust-version = { workspace = true }
workspace = true

[features]
default = ["compress"]
force_hash_collisions = []
compress = ["flate2"]

Expand Down
1 change: 1 addition & 0 deletions datafusion/physical-plan/src/sorts/row_serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ mod tests {

Ok(())
}
#[cfg(feature = "compress")]
#[test]
fn test_compression() -> Result<(), DataFusionError> {
use super::*;
Expand Down

0 comments on commit 8fdb6bd

Please sign in to comment.