refactor: address Andrew's comment

pull/24376/head
Nga Tran 2021-06-02 13:41:46 -04:00
parent e7a97f3ac1
commit 40bd932fff
1 changed files with 1 additions and 1 deletions

View File

@ -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)