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

   createStructReader(List, StructType) was deprecated for removal in 1.12.0 in 
favor of createStructReader(List, StructType, Integer). The 2-arg form threw 
UnsupportedOperationException and the 3-arg form defaulted to delegating to it, 
so neither was usable without an override.
   
   Remove the 2-arg method and make the 3-arg form abstract. Both subclasses 
(GenericParquetReaders, InternalReader) already override it, and 
BaseParquetReaders is package-private so no other subclass can exist.
   
   ## 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