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
152883: cdcprogresspb: move ResolvedTables proto into new package r=aerfrei,asg0451 a=andyyang890
This commit moves the `ResolvedTables` protobuf from `changefeedpb` to a new
`cdcprogresspb` package so that it can be added to the processor specs.
This was previously not possible because `pkg/sql/execinfrapb` (where the
processor specs live) disallows imports of `pkg/sql/parser`, which is a
dependency of a different protobuf in `changefeedpb`.
The `ProtectedTimestampRecords` protobuf has also been moved for consistency.
Informs #148119
Release note: None
Co-authored-by: Andy Yang <[email protected]>
0 commit comments