yashmayya opened a new pull request, #13715: URL: https://github.com/apache/pinot/pull/13715
- The `LiteralValueExtractor` is currently hardcoded to only handle string literals and all call sites convert literals to strings before creating a `LiteralValueExtractor`. - This causes issues when using argument type based scalar function lookup in `PostAggregationFunction` (see https://github.com/apache/pinot/pull/13711#issuecomment-2258219043 for instance). - This patch updates the `LiteralValueExtractor` class to handle literals of all types appropriately. -- 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