yashmayya opened a new pull request, #14939: URL: https://github.com/apache/pinot/pull/14939
- Currently, attempting to use `FREQUENTSTRINGSSKETCH` / `FREQUENTLONGSSKETCH` with the optional second argument that determines the max map size causes a query compilation failure in the multi-stage engine. - This is due to a bug in how these functions are registered with Calcite (the second optional argument wasn't included in the definition). - This patch fixes the issue by adding an optional second argument of integer type for the max map size. -- 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