vmarchaud commented on issue #9812: URL: https://github.com/apache/pinot/issues/9812#issuecomment-1324750883
> Is the intention to get the distinct values? Yes it is. > It didn't fail in 0.10.0 probably because the GROUP BY is ignored? Well we do get distinct values with 0.10, if i remove the group by on 0.11 i do get a result but not distinct. > To get the stack trace, can you try restarting the server and then issue the same query again? Thanks for the tip to restart it, here's the error: ``` QueryExecutionError:\njava.lang.NullPointerException org.apache.pinot.core.operator.transform.function.JsonExtractKeyTransformFunction.transformToStringValuesMV(JsonExtractKeyTransformFunction.java:90) org.apache.pinot.core.operator.transform.function.GroovyTransformFunction.transformToStringValuesSV(GroovyTransformFunction.java:430) org.apache.pinot.core.operator.docvalsets.TransformBlockValSet.getStringValuesSV(TransformBlockValSet.java:161) org.apache.pinot.core.query.distinct.raw.RawStringSingleColumnDistinctOnlyExecutor.process(RawStringSingleColumnDistinctOnlyExecutor.java:44) ``` NPE is [here](https://github.com/apache/pinot/blob/release-0.11.0/pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/JsonExtractKeyTransformFunction.java#L90) but i'm not sure to understand how this can throw a NPE ... -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org