nevi-me commented on pull request #389:
URL: https://github.com/apache/arrow-rs/pull/389#issuecomment-878805545


   @bjchambers I forgot to go back to #514 and add details there. I tried your 
test case on master and on this PR, and it passed on this PR, but with a slight 
change to the test case.
   
   I made the below change, and the test passed. 
   
   ```diff
           let a = make_struct(vec![
   -           None,
   +           Some((None, None)),
               Some((Some("joe"), Some(1))),
               Some((None, Some(2))),
               Some((None, None)),
               Some((Some("mark"), Some(4))),
               Some((Some("doe"), Some(5))),
           ]);
   ```


-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to