-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue 4281 - Simplify production code to add a transaction sync/asynchronously #4301
Issue 4281 - Simplify production code to add a transaction sync/asynchronously #4301
Conversation
…mmit, delete FileReferenceStoreUpdates
@@ -41,7 +42,8 @@ public InitialisePartitionsTransaction(List<Partition> partitions) { | |||
} | |||
|
|||
/** | |||
* Creates a transaction to initialise the table with a single root partition. | |||
* Creates a transaction to initialise the table with a single pa0rtition covering all keys. This is the root |
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.
Spurious '0' in the word 'pa0rtition'.
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.
Fixed, thanks.
* A transaction to set all partitions in a Sleeper table. This should specify the whole partition tree. Any partitions | ||
* that were present before will be deleted. | ||
* Sets all partitions in a Sleeper table. These should build into a complete partition tree, where all partitions are | ||
* linked to a single root. Any partitions that were present before will be deleted. | ||
*/ |
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.
This would be clearer as "where there is a single root and all partitions are connected to that either directly or indirectly via other partitions".
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.
Done, thanks.
…uction-code-to-add-a-transaction-sync-asynchronously
Make sure you have checked all steps below.
Issue
PR"
Tests
Documentation
separate issue for that below.