-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Conversation
docs/tech-notes/sql.md
Outdated
@@ -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 |
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'd take the comma out after "input"—it's unnecessary grammatically.
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.
Yes, you are right. Fixed in a new commit.
Release note: None
Looks good, thanks! bors r+ |
Build failed |
Hmm, let's try that again bors r+ |
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]>
Build succeeded |
fix some typos and update outdated description.
Release note: None