HuaHuaY commented on issue #47664: URL: https://github.com/apache/arrow/issues/47664#issuecomment-3342649130
> 1. If has rowgroup writer, use the rowgroup writer The `num_rows_` in `row_group_writer_` will not be reserved after `AppendRowGroup` is called. So I guess you mean that you prefer to fix the issue rather than mark the method deprecated and adding the `num_rows()` result of `RowGroupSerializer` to `num_rows_` in `FileSerializer` before each call to `RowGroupSerializer::Close`. -- 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]
