feniljain opened a new pull request, #8107: URL: https://github.com/apache/arrow-rs/pull/8107
# Which issue does this PR close? - Closes #8053 # Are these changes tested? Yes # Notes From this comment: ``` /// # Notes /// If the input array element is null, the corresponding element in the /// output `VariantArray` will also be null (not `Variant::Null`). ``` I think we need to make a variant array of nulls, do correct me if I am wrong here, and a `Variant::Null` needs to be returned 😅 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org