tustvold commented on code in PR #3547:
URL: https://github.com/apache/arrow-datafusion/pull/3547#discussion_r979433678
##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -714,6 +714,9 @@ message Union{
}
message ScalarListValue{
+ // encode null explicitly to distinguish a list with a null value
+ // from a list with no values)
+ bool is_null = 3;
Review Comment:
Why is a null even being encoded at this level, and not using the null_value
support at the ScalarValue level?
--
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]