-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Does transaction.get
guarantees the same order as the keys?
#234
Comments
As far as I can tell, the order of the entities in the response is undefined and has no relation to the order of the keys in the input. I'll have to fix the sample. |
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Apr 6, 2020
kweinmeister
pushed a commit
that referenced
this issue
Nov 7, 2022
🤖 I have created a release *beep* *boop* --- ## [3.0.1](googleapis/nodejs-media-translation@v3.0.0...v3.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#233](googleapis/nodejs-media-translation#233)) ([f83d3ed](googleapis/nodejs-media-translation@f83d3ed)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 8, 2022
kweinmeister
pushed a commit
that referenced
this issue
Nov 8, 2022
🤖 I have created a release *beep* *boop* --- ## [3.0.1](googleapis/nodejs-media-translation@v3.0.0...v3.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#233](googleapis/nodejs-media-translation#233)) ([f83d3ed](googleapis/nodejs-media-translation@f83d3ed)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kweinmeister
pushed a commit
that referenced
this issue
Nov 8, 2022
🤖 I have created a release *beep* *boop* --- ## [3.0.1](googleapis/nodejs-media-translation@v3.0.0...v3.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#233](googleapis/nodejs-media-translation#233)) ([f83d3ed](googleapis/nodejs-media-translation@f83d3ed)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
ace-n
pushed a commit
that referenced
this issue
Nov 10, 2022
telpirion
pushed a commit
that referenced
this issue
Nov 16, 2022
Sine 18 Oct 2018, I found that the scoreThreshold param won't work and encounter "Error: 3 INVALID_ARGUMENT: Request contains an invalid argument." during prediction call. I compared the doc below and the params should be score_threshold instead of scoreThreshold. https://cloud.google.com/vision/automl/docs/reference/rest/v1beta1/projects.locations.models/predict#request-body
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 18, 2022
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 18, 2022
NimJay
pushed a commit
that referenced
this issue
Nov 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/datastore/concepts.js#L1048
I don't think
transaction.get
guarantees that the order of the result is the same as the given keys. Please close if it does, but please fix this otherwise.The text was updated successfully, but these errors were encountered: