We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50d1e6 commit 07ed163Copy full SHA for 07ed163
arrow-row/src/lib.rs
@@ -1931,8 +1931,7 @@ unsafe fn decode_column(
1931
for ((row_idx, original_bytes), remaining_bytes) in
1932
field_rows.iter().zip(child_data)
1933
{
1934
- let consumed_length =
1935
- 1 + original_bytes.len() - remaining_bytes.len();
+ let consumed_length = 1 + original_bytes.len() - remaining_bytes.len();
1936
rows[*row_idx] = &rows[*row_idx][consumed_length..];
1937
}
1938
0 commit comments