forked from apache/calcite
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-6704] Limit result size of RelMdUniqueKeys handler
For certain query patterns RelMdUniqueKeys handler generates an exponentially large number of unique keys that results into crashes and OOM errors. The limit guards against the combinatorial explosion that may appear for such use-cases and provides the users of a way to tune further the upper bound if needed.
- Loading branch information
Showing
4 changed files
with
390 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.