scovich commented on PR #8438: URL: https://github.com/apache/arrow-rs/pull/8438#issuecomment-3330811562
@alamb -- I think I addressed all your comments. I also added complete type checking in the VariantArray constructor now -- every arrow type either succeeds or fails (no catch-all). Some helper methods were renamed accordingly. This does _not_ eliminate the row-oriented checks that are also required, tho. So we still need to solve the problem of panicky `value` method. -- 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]
