westonpace commented on code in PR #14176:
URL: https://github.com/apache/arrow/pull/14176#discussion_r1061744740
##########
format/Schema.fbs:
##########
@@ -178,6 +178,9 @@ table FixedSizeBinary {
table Bool {
}
+table RunEndEncoded {
+}
Review Comment:
I think, because the ends are a child array, and not a buffer, that this is
not strictly needed. RunEndEncoded ens up being more similar to Struct array
in this regard.
--
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]