File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,16 @@ SELECT
92
92
$ kafka-ingest format=avro topic=upsert key-format=avro key-schema=${keyschema} schema=${schema}
93
93
{"key": "fish"} {"f1": "MUCHMUCHMUCHLONGERVALUE", "f2": 9000}
94
94
95
- > SELECT
96
- SUM(u.bytes_indexed) > ${state-bytes},
97
- SUM(u.records_indexed)
98
- FROM mz_tables t
99
- JOIN mz_internal.mz_source_statistics_raw u ON t.id = u.id
100
- WHERE t.name IN ('upsert_tbl')
101
- GROUP BY t.name
102
- ORDER BY t.name
103
- true 3
95
+ # TODO: Reenable when https://github.com/MaterializeInc/database-issues/issues/8802 is fixed
96
+ # > SELECT
97
+ # SUM(u.bytes_indexed) > ${state-bytes},
98
+ # SUM(u.records_indexed)
99
+ # FROM mz_tables t
100
+ # JOIN mz_internal.mz_source_statistics_raw u ON t.id = u.id
101
+ # WHERE t.name IN ('upsert_tbl')
102
+ # GROUP BY t.name
103
+ # ORDER BY t.name
104
+ # true 3
104
105
105
106
106
107
# Ensure deletes work.
You can’t perform that action at this time.
0 commit comments