krishan1390 opened a new pull request, #17678: URL: https://github.com/apache/pinot/pull/17678
## Summary - Move `fromZNRecord()`/`toZNRecord()` from `TableConfigSerDeUtils` and `LogicalTableConfigUtils` into `TableConfig` and `LogicalTableConfig` respectively, enabling subclasses to override serialization behavior - Delete `TableConfigSerDeUtils` and remove SerDe methods from `LogicalTableConfigUtils` (validation remains) - Update all 15 caller files to use the new methods directly ## Test plan - [ ] `mvn compile -pl pinot-spi` — pinot-spi compiles with helix-core dependency - [ ] `mvn compile -pl pinot-common` — pinot-common compiles without deleted utils - [ ] `mvn test -pl pinot-common -Dtest=TableConfigSerDeUtilsTest` — existing SerDe tests pass - [ ] Full `mvn compile` — no missed callers 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
