You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_files/* triage (21) — most are hybrid-mode quirks but some are real conformance issues (NULL handling, struct display, column ordering after add_files). Worth its own ticket.
data_inlining/* + concurrent/* data-inlining hybrid (12) — fundamental hybrid-test-mode limitation; consider documenting as expected-fail or rewriting tests in pure-DF mode.
transaction/* (6) — depends on a real transactional read model; significant scope.
compaction/* + rewrite_data_files/* (6) — blocked on native compaction reintroduction.
Tracking issue for the 96 failing sqllogictest cases on the post-rebase
upstream-port/integrationbranch produced by #12.Baseline: 180 / 276 SLT tests passing (65%). Was 158 / 254 (62%) on the pre-rebase
ducklake-features/integrationbranch.Each category below is a follow-up workstream. None of these are blocking #12 acceptance; #12 explicitly defers SLT-fix work.
Failures by category
add_files/*add_files_missing_fieldsalter/*alter_timestamptz_promotionadd_column_nested,drop_column_nested,struct_evolution*) and type-promotion mismatchesmacros/*test_attach_timetraveldata_inlining/*basic_data_inliningtypes/*all_typestransaction/*concurrent_table_creationcompaction/*compaction_full_file_deletecompaction_functions.rspass-throughconcurrent/*concurrent_insert_data_inliningrowid/*ducklake_row_id_updaterewrite_data_files/*test_rewrite_concurrencypartitioning/*disable_hive_partitioningmerge/*merge_update_insertdefault/*virtualcolumns,view,time,table,settings,secrets,remove,insert,cloud,audit,attachSuggested follow-up tickets
add_files/*triage (21) — most are hybrid-mode quirks but some are real conformance issues (NULL handling, struct display, column ordering after add_files). Worth its own ticket.alter/*struct evolution (12 of the 17) — depends on ALTER/DROP/CREATE schema evolution DDL #20 ALTER/DROP/CREATE schema evolution.data_inlining/*+concurrent/*data-inlining hybrid (12) — fundamental hybrid-test-mode limitation; consider documenting as expected-fail or rewriting tests in pure-DF mode.transaction/*(6) — depends on a real transactional read model; significant scope.compaction/*+rewrite_data_files/*(6) — blocked on native compaction reintroduction.macros/*(9) — upstream DuckLake extension limitation, NOT our issue. Skip-list these.partitioning/*+merge/*table-not-found (4) — SQL parsing / table resolution bug; small ticket.How to reproduce
```
git checkout upstream-port/integration
cargo test --features write-sqlite --test sqllogictest_runner
```
Tracks #12.