Scott Reynolds
Scott Reynolds
### Why: 1.3 branch was last released in 2020-12 making it pretty stale. Moving off of this branch keeps us with the releases. ### How: This should remove all references...
This change expands upon `FilterJoinRule` ability to strengthen JOINs by leveraging the filter clauses within the query. For a JOIN that is nullable on either the left or the right,...
## Why: To improve the costing metrics of different plans, the `KuduFilterRel` should cost itself based on the number of partitions out of the total number of partitions. This calculation...
Summary: This change includes a bunch of changes happening. 1. Remove `KuduLimitRel` - with #18 `KuduRortRel` now gets the fetch and offset. It no longer is derived from `EnumerableLimit` and...