comphead commented on PR #3994:
URL: https://github.com/apache/arrow-rs/pull/3994#issuecomment-1492713454

   @tustvold not sure why the test fails on         
   ```
   Test casting Decimal128(38, 0) --> LargeList(Field { name: "item", 
data_type: Utf8, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: 
{} })
   thread 'test_can_cast_types' panicked at 'called `Result::unwrap()` on an 
`Err` value: InvalidArgumentError("non-nullable child of type Utf8 contains 
nulls not present in parent LargeList(Field { name: \"item\", data_type: Utf8, 
nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} })")', 
arrow-data/src/data/mod.rs:1795:30
   ```
   
   Perhaps related to #3983


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

Reply via email to