Skip to content

Commit f724019

Browse files
authored
workload-replay: Update comments (MaterializeInc#37100)
Follow-up to MaterializeInc#37089 and MaterializeInc#37092
1 parent 19b7f20 commit f724019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎misc/python/materialize/workload_replay/objects.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
"",

0 commit comments

Comments
 (0)