alamb commented on code in PR #3536:
URL: https://github.com/apache/arrow-datafusion/pull/3536#discussion_r982776265
##########
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:
Added an assert that there are always at least one `Field` / value and
removed explicit support is_null in 88370bf7f
--
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]