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

[Rust] array::transform::tests::test_struct failed

    XMLWordPrintableJSON

Details

    Description

      Test array::transform::tests::test_struct  in arrow/src/array/transform/mod.rs failed when swap the first two elements:

      change from

      // code placeholder
      let strings: ArrayRef = Arc::new(StringArray::from(vec![
          Some("joe"),
          None,

      to

      // code placeholder
      let strings: ArrayRef = Arc::new(StringArray::from(vec![
          None,
          Some("joe"),

      The failure was first found when I report https://issues.apache.org/jira/browse/ARROW-11160

       

       

      Attachments

        Issue Links

          Activity

            People

              jorgecarleitao Jorge Leitão
              mqy Qingyou Meng
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 11h 10m
                  11h 10m