mbutrovich commented on code in PR #21482:
URL: https://github.com/apache/datafusion/pull/21482#discussion_r3065386074


##########
datafusion/functions-nested/src/extract.rs:
##########
@@ -595,6 +595,23 @@ where
     }
 }
 
+/// Combine null bitmaps from all slice inputs into a single mask.
+fn combine_input_nulls(

Review Comment:
   This one in particular got me to fire off this PR: 
https://github.com/apache/arrow-rs/pull/9692.
   
   We can clean up this implementation if that lands in Arrow-rs.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to