jecsand838 commented on code in PR #8492:
URL: https://github.com/apache/arrow-rs/pull/8492#discussion_r2389963009
##########
arrow-avro/src/reader/record.rs:
##########
@@ -40,6 +40,16 @@ use uuid::Uuid;
const DEFAULT_CAPACITY: usize = 1024;
+/// Runtime plan for decoding reader-side `["null", T]` types.
+#[derive(Clone, Copy, Debug)]
+enum NullablePlan {
Review Comment:
Adding `NullablePlan` and the rest of the changes in this file are the fixes
for **Bug 2) Special‑case union resolution (writer not a union, reader is)**
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]