We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d55e10 commit 11e0ce8Copy full SHA for 11e0ce8
arrow-pg/src/row_encoder.rs
@@ -33,7 +33,6 @@ impl RowEncoder {
33
if self.curr_idx == self.rb.num_rows() {
34
return None;
35
}
36
- println!("DATAFUSION POSTGRES INDEX = {}, NUM OF ROWS = {}", self.curr_idx, self.rb.num_rows());
37
let mut encoder = DataRowEncoder::new(self.fields.clone());
38
for col in 0..self.rb.num_columns() {
39
let array = self.rb.column(col);
0 commit comments