westonpace commented on a change in pull request #11241:
URL: https://github.com/apache/arrow/pull/11241#discussion_r717049480
##########
File path: experimental/computeir/Relation.fbs
##########
@@ -182,8 +182,8 @@ table LiteralRelation {
columns: [LiteralColumn] (required);
}
-/// A table read
-table Table {
+/// A source of data that produces rows.
Review comment:
```suggestion
/// An external source of tabular data
```
"produces rows" sounds (to me) like it is row-major data.
--
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]