Jackie-Jiang commented on issue #7242: URL: https://github.com/apache/pinot/issues/7242#issuecomment-893869682
@elonazoulay We don't want to allow such large limit because the query result is held in memory in Pinot. For now a solution would be to rewrite the limit to Integer.MAX_VALUE if we detect a larger limit in Trino connector -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
