comphead commented on issue #5701: URL: https://github.com/apache/arrow-datafusion/issues/5701#issuecomment-1481618995
HI @kazuyukitanimura Looks like it comes from arrow-rs, not from datafusion itself. https://github.com/apache/arrow-rs/blob/4e4a7f7dbfa348d97a806240954eec8402d3b259/arrow-array/src/record_batch.rs#L152 ``` /// Optional row count, useful for specifying a row count for a RecordBatch with no columns pub row_count: Option<usize>, ``` -- 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]
