Skip to content

Commit 2b4a4dd

Browse files
committed
Reduce log level
Signed-off-by: Nicholas Gates <[email protected]>
1 parent af0af75 commit 2b4a4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-array/src/arrays/filter/vtable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl VTable for FilterVTable {
126126
return Ok(new_k);
127127
}
128128
PushDownResult::NotPushed(child) => {
129-
tracing::warn!(
129+
tracing::debug!(
130130
"Filter pushdown was cheaper but not supported by child array {}",
131131
array.child.display_tree()
132132
);

0 commit comments

Comments
 (0)