alamb opened a new pull request, #8921: URL: https://github.com/apache/arrow-rs/pull/8921
# Which issue does this PR close? - part of https://github.com/apache/arrow-rs/pull/8887 # Rationale for this change In this comment here: https://github.com/apache/arrow-rs/pull/8887#issuecomment-3558818347 One of the tests intended to cover the behavior of CastOptions actually contains an invalid Shredded variant (the values could not have been shredded successfully because the integer values are out of range) My understanding is that the test is intended to illustrate that casting fails when a non-shredded variant into a shredded variant. Thus, it would not have been possible to create the incorrect shredded variant in the first place (there would have been an error during shredding) # What changes are included in this PR? 1. Update the test to provide a valid VariantArray, and update the error message # Are these changes tested? Only tests # Are there any user-facing changes? None -- this is a test only change -- 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]
