quick debug on snowflake

This commit is contained in:
dal 2025-05-12 16:33:53 -06:00
parent 34768e2298
commit 4669ba92b0
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -1645,7 +1645,7 @@ fn prepare_query(query: &str) -> String {
}
fn process_record_batch(batch: &RecordBatch) -> Vec<IndexMap<String, DataType>> {
// println!("Processing record batch with {:?} rows", batch);
println!("Processing record batch with {:?} rows", batch);
let mut rows = Vec::with_capacity(batch.num_rows());
let schema = batch.schema();