chore: more cleanup
parent
f85d6d5da8
commit
04468f3208
|
@ -236,7 +236,7 @@ impl<C: QueryChunk + 'static> TableProvider for ChunkTableProvider<C> {
|
|||
filters: &[Expr],
|
||||
_limit: Option<usize>,
|
||||
) -> std::result::Result<Arc<dyn ExecutionPlan>, DataFusionError> {
|
||||
info!(" ====== Inside ChunkTableProvider Scan");
|
||||
info!(" = Inside ChunkTableProvider Scan");
|
||||
|
||||
// Note that `filters` don't actually need to be evaluated in
|
||||
// the scan for the plans to be correct, they are an extra
|
||||
|
|
|
@ -1344,7 +1344,6 @@ pub mod test_helpers {
|
|||
|
||||
let mut tables: Vec<_> = tables.into_iter().collect();
|
||||
tables.sort();
|
||||
println!(" === lp tables: {:#?}", tables);
|
||||
Ok(tables)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue