2010YOUY01 commented on code in PR #16754:
URL: https://github.com/apache/datafusion/pull/16754#discussion_r2202414020
##########
datafusion/catalog/src/memory/table.rs:
##########
@@ -69,6 +69,10 @@ pub struct MemTable {
impl MemTable {
/// Create a new in-memory table from the provided schema and record
batches
Review Comment:
```suggestion
/// Create a new in-memory table from the provided schema and record
batches.
/// Requires at least one partition. To construct an empty `MemTable`,
pass
/// `vec![vec![]]` as the `partitions` argument, this represents one
partition with
/// no batches.
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]