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
grep -v "regexp_extract must specify at least one capture group"|
161
163
grep -v "nested aggregate functions are not allowed"|
162
164
grep -v "materialized view objects cannot depend on log sources"|# TODO: This occurs often!
165
+
grep -v "Unsupported binary temporal operation"|
166
+
grep -v "internal transform error: unexpected panic during query optimization: The fast_path_optimizer shouldn't make a fast path plan slow path."|# TODO: https://github.com/MaterializeInc/database-issues/issues/9645
167
+
grep -v "internal transform error: unexpected panic during query optimization: Window function performance issue:"|# TODO: https://github.com/MaterializeInc/database-issues/issues/9644
"and not (nspname in ('mz_catalog', 'pg_catalog', 'mz_internal', 'information_schema') and atttypid = 18) "// Expected, see https://github.com/MaterializeInc/materialize/issues/17899
273
+
"and not (nspname in ('mz_catalog', 'pg_catalog', 'mz_internal', 'information_schema', 'mz_introspection') and atttypid = 18) "// Expected, see https://github.com/MaterializeInc/materialize/issues/17899
0 commit comments