jecsand838 commented on code in PR #7954: URL: https://github.com/apache/arrow-rs/pull/7954#discussion_r2216696821
########## arrow-avro/src/reader/record.rs: ########## @@ -344,7 +332,10 @@ impl Decoder { Self::Decimal256(_, _, _, builder) => builder.append_value(i256::ZERO), Self::Enum(indices, _) => indices.push(0), Self::Duration(builder) => builder.append_null(), - Self::Nullable(_, _, _) => unreachable!("Nulls cannot be nested"), + Self::Nullable(order, null_buffer, inner) => { Review Comment: ```suggestion Self::Nullable(_, null_buffer, inner) => { ``` -- 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