File tree Expand file tree Collapse file tree
misc/python/materialize/workload_replay Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ def run_create_objects_part_2(
589589
590590 for child in source .get ("children" , {}).values ():
591591 if child ["type" ] == "table" :
592- # TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/10034 is fixed
592+ # Required for existing workload captures even though https://github.com/MaterializeInc/database-issues/issues/10034 is fixed
593593 create_sql = re .sub (
594594 r",?\s*DETAILS\s*=\s*'[^']*'" ,
595595 "" ,
@@ -600,7 +600,7 @@ def run_create_objects_part_2(
600600 r"\sWITH \(\s*\)" , "" , create_sql , flags = re .IGNORECASE
601601 )
602602 if source ["type" ] == "load-generator" :
603- # TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/10010 is fixed
603+ # Required for existing workload captures even though https://github.com/MaterializeInc/database-issues/issues/10010 is fixed
604604 create_sql = re .sub (
605605 r"mz_load_generators\." ,
606606 "" ,
You can’t perform that action at this time.
0 commit comments