You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Marco Neumann (Jira)" <ji...@apache.org> on 2021/05/04 08:05:00 UTC

[jira] [Commented] (ARROW-12635) [RUST] U64::MAX does not roundtrip through parquet

    [ https://issues.apache.org/jira/browse/ARROW-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338835#comment-17338835 ] 

Marco Neumann commented on ARROW-12635:
---------------------------------------

Moved to https://github.com/apache/arrow-rs/issues/254

> [RUST] U64::MAX does not roundtrip through parquet
> --------------------------------------------------
>
>                 Key: ARROW-12635
>                 URL: https://issues.apache.org/jira/browse/ARROW-12635
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Marco Neumann
>            Priority: Major
>
> Use the following test
> {code:java}
> #[test]
> fn u64_min_max() {
>     let values = Arc::new(UInt64Array::from_iter_values(vec![u64::MIN, u64::MAX]));
>     one_column_roundtrip("u64_min_max_single_column", values, false);
> }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)