xiangfu0 closed issue #15516: JSON_EXTRACT_INDEX null pointer exception,
this._arguments is null
URL: https://github.com/apache/pinot/issues/15516
--
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
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 gi
yashmayya commented on issue #15516:
URL: https://github.com/apache/pinot/issues/15516#issuecomment-2821326706
Strange, there aren't any commits on `JsonExtractIndexTransformFunction`
between the two versions -
https://github.com/apache/pinot/commits/release-1.2.0/pinot-core/src/main/java/o
Jackie-Jiang commented on issue #15516:
URL: https://github.com/apache/pinot/issues/15516#issuecomment-2819691113
@gortiz @yashmayya Can you help take a look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
njasm opened a new issue, #15516:
URL: https://github.com/apache/pinot/issues/15516
The following query fails with pinot **1.3.0** (using docker image
`release-1.3.0-21-amazoncorretto` ) but works fine with **1.2.0** (docker image
`1.2.0-21-amazoncorretto`)
Query
```