An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
424
stars
115
forks
source link
Deterministic index selection for filter rule with no hybrid scan #428
Closed
apoorvedave1 closed 3 years ago
What is the context for this pull request?
Deterministic index selection for FilterIndexRule with hybrid scan disabled.
What changes were proposed in this pull request?
This PR changes the filter index rule selection from picking the
head
of the eligible indexes to picking the index which hasDoes this PR introduce any user-facing change?
no
How was this patch tested?
unit tests