nanjeshramesh opened a new pull request, #17848:
URL: https://github.com/apache/iceberg/pull/17848
Closes #16445.
Searched the codebase for every method or field marked `@deprecated ... will
be
removed in 1.12.0` (the specific removal target, not the ones freshly
deprecated during 1.12.0's own development cycle with a later removal
version). Only one matched: `ThreadPools.WORKER_THREAD_POOL_SIZE_PROP`, an
alias for `SystemConfigs.WORKER_THREAD_POOL_SIZE.propertyKey()` that's had no
callers anywhere in the repo for a while.
Removed it and added the corresponding accepted-break entry to
`.palantir/revapi.yml`, filed under the same `1.11.0` section other
deprecations scheduled for 1.12.0 removal are already tracked under, to match
existing convention.
Verified: `iceberg-core` compiles cleanly, `revapi` passes (confirms the
accepted-break entry is correctly formatted), and there's no dedicated test
file for `ThreadPools` since this field was never covered by one.
---
**AI Disclosure**
- Model: Claude Sonnet 5
- Platform/Tool: Claude Code
- Human Oversight: fully reviewed
- Prompt Summary: Find and remove Iceberg methods/fields deprecated with a
removal target of 1.12.0, since 1.11.0 has shipped, per issue #16445.
--
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]