-
Notifications
You must be signed in to change notification settings - Fork 2
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
Build the DuckDB IEJoin expander's emitted SQL as AST and render it once at the boundary
refactorCode restructuring without behavior changeCode restructuring without behavior changeStatus: Open.#228 In abdenlab/giql;Take the outer-join decomposition when a preserved-side WHERE or an ON residual is present
featureNew feature or capabilityNew feature or capabilityStatus: Open.#227 In abdenlab/giql;Mark the bedtools integration modules so marker-based selection works
testTest coverage or test infrastructureTest coverage or test infrastructureStatus: Open.#226 In abdenlab/giql;Preserve or decline QUALIFY on the DuckDB IEJoin path instead of silently dropping it
bugSomething isn't workingSomething isn't workingStatus: Open.#225 In abdenlab/giql;Preserve rows whose chromosome is NULL in the DuckDB ANTI JOIN IEJoin path
bugSomething isn't workingSomething isn't workingStatus: Open.#224 In abdenlab/giql;NEAREST is quadratic (correlated LATERAL); use ASOF joins + a fast overlap candidate instead
bugSomething isn't workingSomething isn't workingStatus: Open.#220 In abdenlab/giql;DISJOIN breakpoint join is a quadratic HASH_JOIN + range filter (needs per-chromosome IEJoin)
bugSomething isn't workingSomething isn't workingStatus: Open.#216 In abdenlab/giql;DuckDB IEJoin silently drops a catalog/schema qualifier on a projection/GROUP BY/ORDER BY column (miscompiles a query the naive plan rejects)
bugSomething isn't workingSomething isn't workingStatus: Open.#206 In abdenlab/giql;Resolve a DISJOIN operand's interval to the disjoined segments, not the original intervals
bugSomething isn't workingSomething isn't workingStatus: Open.#198 In abdenlab/giql;Reconcile MERGE ORDER BY with its synthesized grouping instead of leaking a raw engine binder error
bugSomething isn't workingSomething isn't workingStatus: Open.#196 In abdenlab/giql;CLUSTER silently corrupts cluster ids when a user column/alias is named __giql_is_new_cluster
bugSomething isn't workingSomething isn't workingStatus: Open.#195 In abdenlab/giql;Consolidate synthesized __giql_ column hiding into a single output-hygiene mechanism
refactorCode restructuring without behavior changeCode restructuring without behavior changeStatus: Open.#187 In abdenlab/giql;