We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034fe03 commit edf444dCopy full SHA for edf444d
misc/python/materialize/docker.py
@@ -20,6 +20,8 @@
20
"""
21
MIN_ANCESTOR_MZ_VERSION_PER_COMMIT: dict[str, MzVersion] = {
22
# insert newer commits at the top
23
+ # PR#23421 (coord: smorgasbord of improvements for the crdb-backed timestamp oracle) introduces regressions against 0.78.13
24
+ "5179ebd39aea4867622357a832aaddcde951b411": MzVersion.parse_mz("v0.79.0")
25
}
26
27
0 commit comments