Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Jan 23, 2025
1 parent 247529c commit 3eefcd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/lance/src/dataset/write/merge_insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ impl MergeInsertJob {
SchemaComparison::Subschema => true,
};

dbg!(add_row_addr);

// 1 - Input from user
let input = Arc::new(OneShotExec::new(source));

Expand Down Expand Up @@ -1303,8 +1301,6 @@ impl Merger {
batch: RecordBatch,
) -> datafusion::common::Result<impl Stream<Item = datafusion::common::Result<RecordBatch>>>
{
dbg!(batch.schema_ref());

let mut merge_statistics = self.merge_stats.lock().unwrap();
let num_fields = batch.schema().fields.len();
// The schema of the combined batches will be:
Expand Down

0 comments on commit 3eefcd1

Please sign in to comment.