zeroshade commented on code in PR #14176:
URL: https://github.com/apache/arrow/pull/14176#discussion_r1061749284
##########
format/Schema.fbs:
##########
@@ -178,6 +178,9 @@ table FixedSizeBinary {
table Bool {
}
+table RunEndEncoded {
+}
Review Comment:
As it is currently implemented, the run-end index size isn't explicitly part
of the type and is instead just an implementation detail in that the first
child (containing the run-ends) can be any of int16/int32/int64. For example,
note how List doesn't encode the child type and struct doesn't encode the child
fields.
At least that's my understanding of why.
--
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]