isidentical commented on code in PR #3943:
URL: https://github.com/apache/arrow-datafusion/pull/3943#discussion_r1004642023
##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -760,6 +760,11 @@ message StructValue {
repeated Field fields = 3;
}
+message ScalarFixedSizeBinary{
Review Comment:
NIT: should we follow the actual definition and put the length as the first
field (it shouldn't matter much, except aesthetically but I think it keeps the
declaration in here and the struct in scalar value consistent).
--
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]