Skip to content
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

doc: fix some typos and update outdated description #24807

Merged
merged 1 commit into from
Apr 17, 2018

Conversation

yaojingguo
Copy link
Contributor

@yaojingguo yaojingguo commented Apr 15, 2018

fix some typos and update outdated description.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@@ -64,7 +64,7 @@ For example, if the architecture calls out a thing called e.g. "query
runner", which takes as input a logical query plan (a data structure)
and outputs result rows (another data structure), you'd usually expect
a thing in the source code called "query runner" that looks like a
class whose instances would carry the execution's internal state, a
class whose instances would carry the execution's internal state,
providing some methods that take a logical plan as input, and returning
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd take the comma out after "input"—it's unnecessary grammatically.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. Fixed in a new commit.

@justinj
Copy link
Contributor

justinj commented Apr 16, 2018

Looks good, thanks!

bors r+

@craig
Copy link
Contributor

craig bot commented Apr 16, 2018

Build failed

@justinj
Copy link
Contributor

justinj commented Apr 17, 2018

Hmm, let's try that again

bors r+

craig bot pushed a commit that referenced this pull request Apr 17, 2018
24807: doc: fix some typos and update outdated description r=justinj a=yaojingguo

fix some typos and update outdated description.

Release note: None

24826: engine: clean up EncodeKey function r=petermattis a=yaojingguo

1. Remove duplicated declaration of EncodeKey in db.h.
2. Correct the wrong description of EncodeKey.
3. Remove the unnecessary 1 byte reserved space for string s.

Release note: None

24863: doc: fix broken link to Raft SSTable Sideloading RFC r=knz a=yaojingguo

Release note: None

24865: opt: fix and reenable stats test r=RaduBerinde a=RaduBerinde

The stats test was flaky because we were depending on the asynchronous
stat cache invalidation to happen by the time we expect to see the
statistic. Fixing by using a different table.

Fixes #24773.

Release note: None

Co-authored-by: Jingguo Yao <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>
@craig
Copy link
Contributor

craig bot commented Apr 17, 2018

Build succeeded

@craig craig bot merged commit a032d80 into cockroachdb:master Apr 17, 2018
@yaojingguo yaojingguo deleted the fix-typo branch April 22, 2018 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants