Cole MacKenzie
09/08/2023, 6:36 PMfalse
"fixes" it. That would be inline with https://github.com/delta-io/delta-rs/blob/main/rust/src/delta_arrow.rs#L79 and https://github.com/apache/arrow-rs/issues/1697running 1 test
thread 'local::test_issue_parquet_bit_util' panicked at 'assertion failed: `(left == right)`
left: `1`,
right: `0`', /Users/cole/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parquet-45.0.0/src/util/bit_util.rs:272:9
Will Jones
09/08/2023, 6:41 PMCole MacKenzie
09/08/2023, 6:44 PMnew_map
function we could use too, https://github.com/apache/arrow-rs/blob/master/arrow-schema/src/field.rs#L230Will Jones
09/08/2023, 6:54 PMCole MacKenzie
09/08/2023, 7:14 PMnullable: true
is coming from on that Map
?match
on type, or something else