-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
extract-jdbc: rename PartitionsCreator and PartitionReader impls #44457
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
5904a00
to
6fdccb8
Compare
456b7b0
to
e82f2fe
Compare
6fdccb8
to
1df0476
Compare
e82f2fe
to
f3f5fb0
Compare
1df0476
to
f0fbc36
Compare
f3f5fb0
to
4152603
Compare
Closing because I'm merging the top of the stack #44482 into master using slash-approve-and-merge. |
Replaces #44398 (in part)
This is a purely mechanical change that renames
StreamPartitionsCreator
intoJdbcPartitionsCreator
andStreamPartitionReader
intoJdbcPartitionReader
. This makes the next PR's diff easier to read.