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
151615: execinfrapb: add ChangefeedProgressConfig protobuf r=aerfrei,asg0451 a=andyyang890
This patch adds a new `ChangefeedProgressConfig` protobuf message,
which is being added to changefeed processor specs so that all of
a changefeed's processors use the same consistent configuration
for progress tracking and recording.
Fixes#151613
Release note: None
151675: tree: fix formatting of ON COMMIT PRESERVE ROWS r=rafiss a=rafiss
Formatting for this clause was added in
d80409c, but that had a mistake since the locality clause should always be formatted after the ON COMMIT clause.
informs #149949
Release note: None
151679: keyside: temporarily don't return assertion error for LTREE r=yuzefovich a=yuzefovich
We merged new LTREE datum type only with value encoding, yet this type can be key-encodable (but that is not implemented). In such case, in test builds we return an assertion error for missing key encoding, and many of our tests fail if they see an assertion error. To silence this expected failure mode we add an exception for LTREE to result in a regular error for now, which I think should cover most test failures we've seen.
Fixes: #151614.
Fixes: #151659.
Release note: None
Co-authored-by: Andy Yang <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments