kinolaev opened a new pull request, #17853: URL: https://github.com/apache/iceberg/pull/17853
Possibly part of #16445. It seems like `ProjectionDatumReader` was only used with `DataReader` via `Avro.ReadBuilder.createReaderFunc`. After `DataReader` removal (#17699) the `TestReadDefaultValues.testDefaultDoesNotOverrideExplicitValue` test is the only caller. And the test succeed without `.createReaderFunc(GenericAvroReader::create)` call, because `GenericAvroReader` is the default reader in `Avro.ReadBuilder`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
