345678996 opened a new pull request, #16575:
URL: https://github.com/apache/pinot/pull/16575

   Description:
   This PR registers jsonExtractScalar as a scalar function in Pinot by adding 
the @ScalarFunction annotation to JsonExtractScalarTransformFunction.
   Previously, queries using jsonExtractScalar(...) failed with an unrecognized 
function error because it was not included in the scalar function registry.
   
   Changes:
   
   Added @ScalarFunction annotation to JsonExtractScalarTransformFunction.
   
   Verified query execution with jsonExtractScalar now works.
   
   Tag: bugfix
   


-- 
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