-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
We have an internal customer sending very long sql queries to trino, which leads to the error below. Is there any possbility for us to increase that compiler limit? We both hope that we can solve that on trino side by configuration because shrinking the statement would be a very complex task
only related information / issue we found is trinodb/trino#23661 but that does not help us at all. the trino documentation does not show a property to set the limit from outside
TrinoUserError(type=USER_ERROR, name=QUERY_EXCEEDED_COMPILER_LIMIT, message="Query exceeded maximum filters. Please reduce the number of filters referenced and re-run the query."
Reactions are currently unavailable