alamb commented on code in PR #3547:
URL: https://github.com/apache/arrow-datafusion/pull/3547#discussion_r982826941
##########
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:
I hope to remove this when I remove `PrimitiveScalarType` and use
`ArrowType` instead
--
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]