Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Nov 6, 2024
1 parent 4ec78de commit 66b207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/arrow/src/native/write/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pub(crate) fn write_view<W: Write>(
w.write_all(input_buf)?;
w.write_all(&(array.data_buffers().len() as u32).to_le_bytes())?;

buf.clear();
for buffer in array.data_buffers().iter() {
buf.clear();
let pos = buf.len();
w.write_all(&[codec as u8])?;
buf.extend_from_slice(&[0u8; 8]);
Expand Down

0 comments on commit 66b207d

Please sign in to comment.