Akanksha-kedia opened a new pull request, #18789:
URL: https://github.com/apache/pinot/pull/18789

   ## Summary
   
   - Drop `FunctionRegistry.containsFunction(String)` and 
`getFunctionInfo(String, int)` — both were marked `@Deprecated` with no callers 
outside the class
   - Inline the three private `@Deprecated` helpers in `CalciteSqlParser` 
(`extractOptionsFromSql`, `removeOptionsFromSql`, `extractOptionsMap`) directly 
into `compileToSqlNodeAndOptions` and delete the dead methods; behaviour is 
unchanged
   
   ## Test plan
   
   - [ ] Existing `CalciteSqlParserTest` and `FunctionRegistryTest` pass — no 
API surface was removed that had external 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]

Reply via email to