yashmayya opened a new issue, #15530: URL: https://github.com/apache/pinot/issues/15530
- Sample quickstart queries and associated errors: - `select * from billing where baseUsage IN (select baseUsage from billing where creditHistory = 'A');` - `java.lang.IllegalStateException: Illegal SV data type for ID_SET aggregation function: BIG_DECIMAL ` - `select * from starbucksStores where location_st_point IN (SELECT location_st_point FROM starbucksStores WHERE lat < 61.2);` - `java.lang.IllegalStateException: Illegal SV data type for ID_SET aggregation function: BYTES` - The error messages in this scenario is also pretty strange, because we're not using the ID_SET aggregation function or any aggregation function in general. This seems to be a copy paste error in the code that computes and attaches the dynamic filter to the leaf stage Pinot query - https://github.com/apache/pinot/blob/fb02f045169eb34aee0587c040b078fabf803dbb/pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/plan/server/ServerPlanRequestUtils.java#L361 -- 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.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