dramaticlly opened a new pull request, #17699:
URL: https://github.com/apache/iceberg/pull/17699

   Removes Avro read paths deprecated for removal in 1.12.0:
   
   - `org.apache.iceberg.data.avro.DataReader` (class) → `PlannedDataReader`
   - `RawDecoder(Schema, Function<Schema, DatumReader<?>>, Schema)` → 
`RawDecoder.create(Schema, Function, Schema)`
   
   Neither has any remaining reference in main or test sources. 
`TestDataReader` is removed along with the class it covered; 
`PlannedDataReader` has its own coverage.
   
   Split out of #16449 to reduce reviewer burden.
   
   ## AI Disclosure
   
   Model: Claude Opus 5 (1M context)
   Platform/Tool: Claude Code
   Human Oversight: reviewed
   Prompt Summary: split #16449 into smaller self-contained PRs; verify each 
group compiles and tests green standalone


-- 
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]

Reply via email to