-
Notifications
You must be signed in to change notification settings - Fork 33
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
DOCSP-34174: codewhisperer pt 4 #323
DOCSP-34174: codewhisperer pt 4 #323
Conversation
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.
Just a couple minor things:
@@ -33,21 +34,26 @@ func main() { | |||
|
|||
// begin create ts coll | |||
db := client.Database("spring_weather") | |||
|
|||
// Creates a time series collection that stores "temperature" values over time |
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'm not sure if we should be using timeseries
or time series
, but it should be consistent
// Creates a time series collection that stores "temperature" values over time | |
// Creates a timeseries collection that stores "temperature" values over time |
// Inserts multiple documents into a collection within a transaction | ||
// and commits or ends the transaction |
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.
Smallest imaginable nit:
// Inserts multiple documents into a collection within a transaction | |
// and commits or ends the transaction | |
// Inserts multiple documents into a collection within a transaction, | |
// and commits or ends the transaction |
* DOCSP-34174: codewhisperer pt 4 * highlighting fix * RM PR fixes
* DOCSP-34174: codewhisperer pt 4 * highlighting fix * RM PR fixes
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-34174
Staging
timeseries
transaction
TLS
connection guide
Self-Review Checklist