Commit ea9254a
Remove continual tasks (CT) feature
Remove the continual tasks feature from Materialize. CTs were an
experimental feature that is no longer needed.
Changes:
* Remove CT SQL syntax from parser
* Remove CT catalog items, builtins, and system tables
* Remove CT rendering in compute
* Add catalog migration v81→v82 that panics if CTs are found
* Remove BuiltinsConfig (empty after CT removal)
* Add platform check for CT migration verification
* Clean up related comments and dead code
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cc8d06d commit ea9254a
105 files changed
Lines changed: 3385 additions & 4942 deletions
File tree
- console/types
- doc
- developer/generated
- adapter
- coord/sequencer/inner
- compute/render
- user/content/reference/system-catalog
- misc
- python/materialize
- checks/all_checks
- mzcompose
- parallel_workload
- wasm/src/sql-parser-wasm/src
- src
- adapter-types/src
- adapter/src
- catalog
- open
- coord
- sequencer
- inner
- optimize
- catalog-debug/src
- catalog-protos
- src
- catalog/src
- durable
- upgrade
- snapshots
- memory
- compute-client/src
- controller
- compute-types/src
- compute/src
- render
- sink
- environmentd
- src/http
- tests
- expr/src/scalar/func/impls
- pgrepr-consts/src
- pgwire/src
- sql-lexer/src
- sql-parser
- src
- ast/defs
- tests/testdata
- sql/src
- plan
- statement
- session
- vars
- storage-client/src
- test
- sqllogictest
- autogenerated
- testdrive
- workload-replay
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1047 | 1047 | | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
1063 | 1050 | | |
1064 | 1051 | | |
1065 | 1052 | | |
| |||
3007 | 2994 | | |
3008 | 2995 | | |
3009 | 2996 | | |
3010 | | - | |
3011 | | - | |
3012 | | - | |
3013 | | - | |
3014 | | - | |
3015 | | - | |
3016 | | - | |
3017 | | - | |
3018 | | - | |
3019 | 2997 | | |
3020 | 2998 | | |
3021 | 2999 | | |
| |||
4302 | 4280 | | |
4303 | 4281 | | |
4304 | 4282 | | |
4305 | | - | |
4306 | 4283 | | |
4307 | 4284 | | |
4308 | 4285 | | |
| |||
4415 | 4392 | | |
4416 | 4393 | | |
4417 | 4394 | | |
4418 | | - | |
4419 | 4395 | | |
4420 | 4396 | | |
4421 | 4397 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 8 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
1396 | | - | |
1397 | 1396 | | |
1398 | 1397 | | |
1399 | 1398 | | |
| |||
1406 | 1405 | | |
1407 | 1406 | | |
1408 | 1407 | | |
1409 | | - | |
1410 | 1408 | | |
1411 | 1409 | | |
1412 | 1410 | | |
| |||
Lines changed: 0 additions & 154 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
629 | 626 | | |
630 | 627 | | |
631 | 628 | | |
632 | | - | |
633 | 629 | | |
634 | 630 | | |
635 | 631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1764 | 1764 | | |
1765 | 1765 | | |
1766 | 1766 | | |
1767 | | - | |
1768 | 1767 | | |
1769 | 1768 | | |
1770 | 1769 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 99 | | |
107 | 100 | | |
108 | 101 | | |
| |||
229 | 222 | | |
230 | 223 | | |
231 | 224 | | |
232 | | - | |
233 | 225 | | |
234 | 226 | | |
235 | 227 | | |
| |||
0 commit comments