scovich commented on PR #9599: URL: https://github.com/apache/arrow-rs/pull/9599#issuecomment-4121753937
> > Second: But anyway, this specific code is unpacking list elements not the list itself? > > What specific variant value and json path did you hit problems for? > > That list would error on trying to cast `Null` list element to `Int64`. `Variant::Null` should coerce to any nullable type (as NULL). Just like JSON `null` coerces to any nullable type (as NULL) during parsing. -- 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]
