Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.2.4
Description
Problem:
Large queries with many runtime filters may fail for various reaasons (e.g. unaccounted thrift mem problem).
Desired behavior:
Be able to tune large queries to use a restricted set of runtime filters and run to completion.
Having to disable all runtime filters to make a query run is not desirable.
Solution:
Add query option to specify an upper bound N on the number of runtime filters generated for a query.