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/03 16:44:00 UTC

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

Marco Neumann created ARROW-12635:
-------------------------------------

             Summary: [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


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)