Add ScalarFunction counterpart of JSON_EXTRACT_SCALAR
Guide contributeur
Stack technique
java
Domaine
databasebackend
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-3 hours
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
active
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
Java experienceFamiliarity with Pinot's ScalarFunctionUnderstanding of JSON functions
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
40
Direction de recherche
Examine existing ScalarFunction implementations (e.g., in org.apache.pinot.core.geospatial or other modules) to understand the pattern. Look at the current JSON EXTRACT SCALAR function in the parser or query engine. The issue requests a counterpart that returns a scalar value. Check the Pinot documentation and related PRs or comments for guidance on where to add this function.