lidavidm commented on code in PR #37877:
URL: https://github.com/apache/arrow/pull/37877#discussion_r1341571494


##########
format/Schema.fbs:
##########
@@ -97,6 +98,17 @@ table List {
 table LargeList {
 }
 
+/// Represents the same logical types that List can, but contains offsets and
+/// sizes allowing for writes in any order and sharing of child values among
+/// list values.
+table ListView {
+}
+
+/// Same as ListVIew, but with 64-bit offsets and sizes, allowing to represent

Review Comment:
   ```suggestion
   /// Same as ListView, but with 64-bit offsets and sizes, allowing to 
represent
   ```



-- 
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]

Reply via email to