You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "comphead (via GitHub)" <gi...@apache.org> on 2023/03/31 23:16:25 UTC

[GitHub] [arrow-rs] comphead commented on pull request #3994: Support CAST from Decimal datatype to String

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org