-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kvfeed: refactor and unit test copyFromSourceToDestUntilTableEvent #119959
Conversation
3833cf5
to
6d3f41f
Compare
ee05500
to
923da7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! 1 of 0 LGTMs obtained (waiting on @andyyang890 and @jayshrivastava)
pkg/ccl/changefeedccl/kvfeed/kv_feed_test.go
line 553 at r1 (raw file):
It is used to populate mock schemafeed.TableEvent's.
nit: Is this sentence incomplete?
923da7c
to
3834be8
Compare
This patch refactors `copyFromSourceToDestUntilTableEvent` and adds comments and a unit test. Release note: None
3834be8
to
1afd0d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @jayshrivastava and @rharding6373)
pkg/ccl/changefeedccl/kvfeed/kv_feed_test.go
line 553 at r1 (raw file):
Previously, rharding6373 (Rachael Harding) wrote…
It is used to populate mock schemafeed.TableEvent's.
nit: Is this sentence incomplete?
I rephrased it, hopefully it's more clear now
TFTR! bors r=rharding6373 |
Build failed: |
bors retry |
Build succeeded: |
This patch refactors
copyFromSourceToDestUntilTableEvent
and addscomments and a unit test.
Epic: None
Release note: None