Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-12635

[RUST] U64::MAX does not roundtrip through parquet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Rust
    • None

    Description

      Use the following test

      #[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);
      }
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            crepererum Marco Neumann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: