Skip to content

Commit c3cf884

Browse files
rm print
1 parent c906fd3 commit c3cf884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/physical-plan/src/insert.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ impl ExecutionPlan for DataSinkExec {
272272
/// ```
273273
fn make_count_batch(count: u64) -> RecordBatch {
274274
let array = Arc::new(Int64Array::from(vec![count as i64])) as ArrayRef;
275-
println!("array: {array:?}");
276275
RecordBatch::try_from_iter_with_nullable(vec![("count", array, false)]).unwrap()
277276
}
278277

0 commit comments

Comments
 (0)