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 2972e80 commit efc3b1cCopy full SHA for efc3b1c
arrow-pg/src/row_encoder.rs
@@ -38,7 +38,7 @@ impl RowEncoder {
38
let array = self.rb.column(col);
39
let field = &self.fields[col];
40
41
- encode_value(&mut encoder, array, self.curr_idx, &field).unwrap();
+ encode_value(&mut encoder, array, self.curr_idx, field).unwrap();
42
}
43
self.curr_idx += 1;
44
Some(encoder.finish())
0 commit comments