kyuubi
kyuubi copied to clipboard
[KYUUBI #5995] Avoid unnecessary loop for injected analyzer rule
:mag: Description
Issue References ๐
This pull request fixes #5995
Describe Your Solution ๐ง
Current injected rule already handle the whole plan, we don't need to apply it again and again, when query is huge, the catalyst performance is very bad.
Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
- [ ] This patch was not authored or co-authored using Generative Tooling
Be nice. Be informative.