PakhomovAlexander opened a new pull request, #7329: URL: https://github.com/apache/ignite-3/pull/7329
## Summary - Fixed `ConfigurationExtension.cfgValue()` where the `nodeCreator` lambda was ignoring its key parameter - The lambda always created a node for the same `rootKey` regardless of which key was requested - Now checks if the requested key matches `rootKey.key()` before creating the node ## Test plan - [x] Added `SuperRootNodeCreatorTest` to verify nodeCreator returns node for known key and null for unknown key - [x] Compilation and checkstyle pass 🤖 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]
