-
Notifications
You must be signed in to change notification settings - Fork 2
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
Route count_overlaps (LEFT JOIN + GROUP BY on INTERSECTS) through IE_JOIN with zero-fill
enhancementNew feature or requestNew feature or requestStatus: Open.#209 In abdenlab/giql;DuckDB INTERSECTS SEMI/ANTI joins fall back to BLOCKWISE_NL_JOIN instead of IE_JOIN (~80x slowdown)
bugSomething isn't workingSomething isn't workingStatus: Open.#208 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;CLUSTER/MERGE reject a named WINDOW clause instead of preserving it through the rewrite
featureNew feature or capabilityNew feature or capabilityStatus: Open.#183 In abdenlab/giql;Centralize the __giql_ reserved-namespace contract and reserved-identifier constant convention
refactorCode restructuring without behavior changeCode restructuring without behavior changeStatus: Open.#178 In abdenlab/giql;Reconcile CLUSTER/MERGE star-passthrough column resolution with the pass-1 resolver's reference model
refactorCode restructuring without behavior changeCode restructuring without behavior changeStatus: Open.#176 In abdenlab/giql;Add a portable coverage-sweep strategy to the default INTERSECTS expander for point-vs-interval SEMI/ANTI masking
featureNew feature or capabilityNew feature or capabilityStatus: Open.#170 In abdenlab/giql;Update demo.ipynb to the current GIQL named-argument syntax
bugSomething isn't workingSomething isn't workingStatus: Open.#165 In abdenlab/giql;