-
Notifications
You must be signed in to change notification settings - Fork 468
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
rename persist-txn to txn-wal #27242
Conversation
c29fdd4
to
06d2684
Compare
06d2684
to
49ad588
Compare
@@ -131,6 +130,7 @@ | |||
/src/testdrive @MaterializeInc/testing | |||
/src/timely-util @MaterializeInc/compute | |||
/src/transform @MaterializeInc/compute | |||
/src/txn-wal @aljoscha @danhhz @jkosh44 |
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.
I wasn't really sure what to put here. Maybe it's time to make a Pv2 team in GH?
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.
+1 from me!
49ad588
to
f5ee216
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.
Lgtm modulo the catalog changes and migration, I don't feel confident in my ability to reason about those, so it'd be lovely to get someone else to stamp that part
There were a couple name flips that I think probably could have stayed as they were before, but they were all marginal so I didn't bother nit-ing them
@@ -131,6 +130,7 @@ | |||
/src/testdrive @MaterializeInc/testing | |||
/src/timely-util @MaterializeInc/compute | |||
/src/transform @MaterializeInc/compute | |||
/src/txn-wal @aljoscha @danhhz @jkosh44 |
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.
+1 from me!
…nge-persist-txn-name # Conflicts: # src/catalog/src/durable/upgrade.rs
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.
Compute changes LGTM
…nge-persist-txn-name
Motivation
This PR refactors existing code.
Checklist
$T ⇔ Proto$T
mapping (possibly in a backwards-incompatible way), then it is tagged with aT-proto
label.