-
Notifications
You must be signed in to change notification settings - Fork 284
disable zonemap filtering for array types #22818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #22795
What this PR does / why we need it:
zonemap for array type columns are not initialized
PR Type
Bug fix
Description
Disable zonemap filtering for array type columns
Add explicit check for T_array_float32 and T_array_float64 types
Prevent uninitialized zonemap access for array columns
Diagram Walkthrough
File Walkthrough
utils.go
Add array type zonemap filtering exclusionpkg/sql/plan/utils.go
plan.Expr_Colexpression typeT_array_float64)