Merge branch 'main' into er/fix/read_buffer/pred_validate

pull/24376/head
Edd Robinson 2021-09-29 17:15:27 +01:00 committed by GitHub
commit c10f3258da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ where
let mut flights = vec![schema_flight_data];
for batch in results {
warn!("batch {}", batch.num_rows());
let batch = optimize_record_batch(&batch, Arc::clone(&schema))?;
let (flight_dictionaries, flight_batch) =