Closed Maxxen closed 1 month ago
Awesome, thanks for the quick fix! Guessing this will show up in v1.1.3?
We're most likely going to hot-swap and update the extension we distribute for 1.1.2 tomorrow or early next week, so a FORCE INSTALL spatial
should be all that's needed to get this fix once that's done. I just have another in-progress PR id like to sneak in first.
@Maxxen did this go out yet? Just tried the force install but no luck!
@youngpm Sorry we didn't bump the extension for v1.1.2, but this fix should be available in the recently released v1.1.3!
Ah thank you, got it!
Closes #428
We now pull up the filters from the table scan before replacing it with an index scan, ensuring index scans are applied even if other filters are present as well. This is usually the right thing to do as geometry predicates are usually much more expensive to evaluate compared to other filters that DuckDB can push down.