tustvold commented on code in PR #3536:
URL: https://github.com/apache/arrow-datafusion/pull/3536#discussion_r979431416


##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -739,6 +739,13 @@ message IntervalMonthDayNanoValue {
   int64 nanos = 3;
 }
 
+message StructValue {
+  // encode null explicitly to distinguish a struct with no fields (is

Review Comment:
   If there are no fields there can't be any values, null or otherwise? I 
therefore think we could drop this?



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