### Describe the bug The [documentation](https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html#method.write_table) for DataFrame:write_table says `returning the count of rows written` but it returns `Result<Vec<RecordBatch>, DataFusionError>`. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_
Describe the bug
The documentation for DataFrame:write_table says
returning the count of rows writtenbut it returnsResult<Vec<RecordBatch>, DataFusionError>.To Reproduce
No response
Expected behavior
No response
Additional context
No response