-
Notifications
You must be signed in to change notification settings - Fork 590
Spelling corrections #1798
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
Merged
Merged
Spelling corrections #1798
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f16c8fa
Mark StringEncodingTest.java as text
jsoref 53d1fb9
spelling: backend
jsoref cc74a5b
spelling: bodies
jsoref 2d1ba36
spelling: caching
jsoref 855fe72
spelling: capacity
jsoref 46d9d1f
spelling: clause
jsoref 07dcbb1
spelling: cockroach
jsoref f79acf6
spelling: committed
jsoref d5b1682
spelling: datacenter
jsoref 324617e
spelling: decompress
jsoref efecaee
spelling: destroy
jsoref 0ca5d70
spelling: each
jsoref ec1637e
spelling: github
jsoref 462e800
spelling: http
jsoref 7d1bd9b
spelling: implementation
jsoref a3c0b80
spelling: indexable
jsoref 9aab4d1
spelling: mergeable
jsoref dd702b3
spelling: nameable
jsoref 2b798b0
spelling: occurred
jsoref 2a23736
spelling: performance
jsoref e1a2f0e
spelling: period
jsoref fe3524a
spelling: prefixes
jsoref 8ac2136
spelling: projects
jsoref e4fc294
spelling: propertiable
jsoref 4ccfab3
spelling: properties
jsoref 2cde9f7
spelling: property
jsoref fdd0734
spelling: query
jsoref 43e1725
spelling: replica
jsoref 70f81d5
spelling: retrieve
jsoref 319526d
spelling: running
jsoref 94cf54e
spelling: scanning
jsoref 3d87c17
spelling: separate
jsoref d7d2a6b
spelling: set
jsoref 9ac2556
spelling: shouldn't
jsoref a832c3c
spelling: single
jsoref 8858e35
spelling: splitter
jsoref 4e4357c
spelling: timestamp
jsoref 79f44fb
spelling: transfer
jsoref 4d5635e
spelling: transferred
jsoref 8f4bd86
spelling: typeable
jsoref 2e8efe8
spelling: vertex
jsoref f6e267c
spelling: vertices
jsoref f09909c
spelling: with
jsoref ce29cd5
spelling: wrapped
jsoref 922d3d3
spelling: write
jsoref File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -120,9 +120,9 @@ public static final String joinTableName(String prefix, String table) { | |
|
|
||
| public abstract void eliminate(Session session, Entry entry); | ||
|
|
||
| /****************************** ShardSpliter ******************************/ | ||
| /****************************** ShardSplitter ******************************/ | ||
|
|
||
| public static abstract class ShardSpliter<Session extends BackendSession> { | ||
| public static abstract class ShardSplitter<Session extends BackendSession> { | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. API change |
||
|
|
||
| // The min shard size should >= 1M to prevent too many number of shards | ||
| protected static final int MIN_SHARD_SIZE = (int) Bytes.MB; | ||
|
|
@@ -142,7 +142,7 @@ public static abstract class ShardSpliter<Session extends BackendSession> { | |
|
|
||
| private final String table; | ||
|
|
||
| public ShardSpliter(String table) { | ||
| public ShardSplitter(String table) { | ||
| this.table = table; | ||
| } | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Brand