askoa commented on issue #2728:
URL: https://github.com/apache/arrow-rs/issues/2728#issuecomment-1247316193

   `let options = RecordBatchOptions{
         row_count:Some(row_count),
         ..Default::default()
       };`
   
   I don't think the above option is possible due to non-exhaustive clause. 
There is already default implemented for this struct and not working.


-- 
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