retikulum commented on code in PR #3943:
URL: https://github.com/apache/arrow-datafusion/pull/3943#discussion_r1004767086
##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -760,6 +760,11 @@ message StructValue {
repeated Field fields = 3;
}
+message ScalarFixedSizeBinary{
Review Comment:
Thanks for feedback. While I was looking for similar definitons, I came
acrros to this and implement it in this way.
https://github.com/apache/arrow-datafusion/blob/48f73c6af3b0cc747c38b4a9c7a610f4630e8736/datafusion/proto/proto/datafusion.proto#L711-L714
However, I am open to fix in a way to comply with preferred code style. If
this is the only thing that needs to be changed, I will create a commit.
--
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]