refactor: address Andrew's comment
parent
e7a97f3ac1
commit
40bd932fff
|
@ -314,7 +314,7 @@ impl PartitionChunk for DbChunk {
|
|||
Err(_) => read_buffer::Predicate::default(),
|
||||
};
|
||||
|
||||
debug!("Predicate pushed down to RUB: {:#?}", rb_predicate);
|
||||
debug!(?rb_predicate, "Predicate pushed down to RUB");
|
||||
|
||||
let read_results = chunk
|
||||
.read_filter(table_name, rb_predicate, selection)
|
||||
|
|
Loading…
Reference in New Issue