yashmayya commented on issue #15516: URL: https://github.com/apache/pinot/issues/15516#issuecomment-2821413109
Yeah, this is reproducible on both SSE and MSE via this query in a quickstart: ``` SET enableNullHandling=true; select JSON_EXTRACT_INDEX(actor, '$.id', 'LONG') from githubEvents limit 10 ``` The query works with null handling disabled (default behavior). I'm able to reproduce this on `1.3.0` as well as `1.2.0` though, so this isn't a recent regression. This one liner fixes the issue - https://github.com/apache/pinot/pull/15616. -- 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]
