Re: [I] JSON_EXTRACT_INDEX null pointer exception, this._arguments is null [pinot]

2025-04-27 Thread via GitHub
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

Re: [I] JSON_EXTRACT_INDEX null pointer exception, this._arguments is null [pinot]

2025-04-22 Thread via GitHub
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

Re: [I] JSON_EXTRACT_INDEX null pointer exception, this._arguments is null [pinot]

2025-04-22 Thread via GitHub
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

Re: [I] JSON_EXTRACT_INDEX null pointer exception, this._arguments is null [pinot]

2025-04-21 Thread via GitHub
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

[I] JSON_EXTRACT_INDEX null pointer exception, this._arguments is null [pinot]

2025-04-10 Thread via GitHub
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 ```