pacman82 commented on issue #3362:
URL: https://github.com/apache/arrow-rs/issues/3362#issuecomment-1357453401

   Hello @tustvold ,
   
   >  I would suggest using either the arrow APIs or lower-level writer API
   
   I do not use the record API, but am using the lower-level writer API, as 
returned by:
   
   ```
   Int64Type::get_column_writer_mut(column_writer).unwrap();
   // ...
   cw.write_batch(values, Some(def_levels), None)?;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to