Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-08 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-07 | 0 | 0 | 1 | 3 | 210 |
| 2026-09-06 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-05 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-04 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-03 | 0 | 1 | 0 | 0 | 0 |
| 2026-09-02 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-01 | 2 | 1 | 0 | 0 | 0 |
| 2026-08-31 | 1 | 1 | 0 | 0 | 0 |
| 2026-08-30 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 0 | 2 | 0 | 0 | 0 |
| 2026-08-27 | 2 | 1 | 0 | 0 | 0 |
| 2026-08-26 | 3 | 1 | 0 | 0 | 0 |
Opened: 2
Closed: 1
Comments: 1
Events: 3
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#20416 bug: DATE arithmetic at the 9999-12-31 boundary diverges three ways for identical durations: `+ INTERVAL 1 DAY` silently wraps to 0001-01-01, `+ INTERVAL 24 HOUR` goes backward 2 hours, only `+ INTERVAL 1 MONTH/YEAR` correctly raises Invalid date Opened 8 days ago | Manuel-Neuer1 | closed - completed | C-bug | 0 | 0 | 12 hours ago |
#20442 bug(query): Incorrect pruning when timestamp strings use different date/time separators Opened 2 days ago | TCeason | open | C-bug | 1 | 0 | 1 day ago |
#20421 bug: Expression error inside an OUTER JOIN predicate panics the optimizer via `can_filter_null` → `EvalContext::render_error` unwrapping a `None` error channel (`function.rs:581`) instead of returning a SQL error Opened 7 days ago | Manuel-Neuer1 | open | C-bug | 1 | 0 | 2 days ago |
#20427 bug: `TO_DATE` / `TO_TIMESTAMP` panics on a multi-byte UTF-8 literal that straddles a fixed byte slice (session killed) Opened 6 days ago | Manuel-Neuer1 | closed - completed | C-bug | 0 | 0 | 4 days ago |
#20367 Feature: Support Japanese tokenizer for inverted index / full-text search Opened 15 days ago | dbsid | closed - completed | No labels | 1 | 1 | 5 days ago |
#20420 bug: default now() is not statement-stable during INSERT Opened 7 days ago | TCeason | open | C-bug | 1 | 0 | 7 days ago |
#20290 bug: LEFT JOIN returns wrong results when null rejection evaluates now() with a default context Opened 28 days ago | dantengsky | closed - completed | C-bug | 0 | 0 | 7 days ago |
#20382 bug(query): Explicit projection of UNPIVOT-generated columns fails to bind Opened 13 days ago | TCeason | closed - completed | C-bug | 1 | 0 | 11 days ago |
#20364 bug: correlated `EXISTS` with cross-type join keys (`INT = DECIMAL`) wrongly matches NULL probe keys — and returns an unstable number of rows Opened 15 days ago | Manuel-Neuer1 | open | C-bug | 0 | 0 | 11 days ago |
#20351 bug: EXISTS correlated subquery treats NULL probe key as the type's default value in LEFT SEMI hash join Opened 18 days ago | Manuel-Neuer1 | closed - completed | C-bug | 0 | 0 | 11 days ago |
#20381 `GROUP BY CUBE/ROLLUP` over an ARRAY column with an array-lambda predicate in HAVING panics with `UnwindError 1104` (BadDataValueType downcast failure) — both members of a logically-equivalent query pair fail Opened 13 days ago | Manuel-Neuer1 | open - reopened | C-bug | 0 | 0 | 11 days ago |
#20380 bug: Correlated EXISTS relocated into a projection fails decorrelation with `Internal error 1001: Invalid scalar for flattening subquery` Opened 13 days ago | Manuel-Neuer1 | closed - completed | C-bug | 0 | 0 | 11 days ago |
#20399 perf: reduce data skew in MERGE INTO Opened 12 days ago | SkyFan2002 | open | No labels | 0 | 0 | 12 days ago |
#20398 feat: Support REFRESH BLOOM INDEX Opened 12 days ago | SkyFan2002 | open | No labels | 0 | 1 | 12 days ago |
#20395 chore(meta): follow-ups for the embedded meta in-process gRPC channel Opened 12 days ago | drmingdrmer | open | No labels | 0 | 0 | 12 days ago |
#20379 bug: `HAVING (AGG(col) = AGG(col))` keeps groups whose aggregate is NULL — the same self-comparison in a projection column filters them correctly Opened 13 days ago | Manuel-Neuer1 | open | C-bug | 0 | 0 | 13 days ago |
#20386 refactor: remove FLASHBACK once Table Branch is stable. Opened 13 days ago | SkyFan2002 | open | No labels | 0 | 0 | 13 days ago |
#20370 bug: window ORDER BY returns garbage or panics with materialized CTE on multi-node Opened 15 days ago | dantengsky | closed - completed | C-bug | 0 | 0 | 13 days ago |
#20358 bug: LIKE with an empty-string pattern from a column reference matches any subject Opened 17 days ago | Manuel-Neuer1 | closed - completed | C-bug | 0 | 0 | 14 days ago |
#20359 bug: Predicate returns wrong rows for `constant <= CAST(column)` comparison Opened 17 days ago | Manuel-Neuer1 | closed - completed | C-bug | 0 | 0 | 14 days ago |
#20350 bug: CAST(FLOAT AS VARCHAR) returns different strings for the same value depending on whether EXISTS is in WHERE vs projection Opened 18 days ago | Manuel-Neuer1 | closed - completed | C-bug | 0 | 0 | 14 days ago |
#20368 bug: window ORDER BY nullable Timestamp panics with Opaque downcast under enable_fixed_rows_sort Opened 15 days ago | dantengsky | closed - completed | C-bug | 1 | 0 | 15 days ago |
#20366 Feature: Add Japanese full-text search (FTS) support Opened 15 days ago | luyomo | closed - completed | C-feature | 1 | 0 | 15 days ago |
#19101 Feature: Implement HybridBitmap deserialization calculation based on RoaringFormatSpec Opened 9 months ago | KKould | open | C-feature good first issue | 9 | 0 | 19 days ago |
#20260 bug(query): correlated subqueries cannot resolve internal columns from outer tables Opened 1 month ago | zhyass | closed - completed | C-bug | 0 | 0 | 25 days ago |