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

feat: support readTime in Datastore query splitter. #763

Merged
merged 6 commits into from
Jun 21, 2022
Merged

feat: support readTime in Datastore query splitter. #763

merged 6 commits into from
Jun 21, 2022

Conversation

yixiaoshen
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the samples format.

@yixiaoshen yixiaoshen requested review from a team as code owners June 2, 2022 22:40
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: datastore Issues related to the googleapis/java-datastore API. labels Jun 2, 2022
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Jun 8, 2022
Copy link
Collaborator

@kolea2 kolea2 left a comment

Choose a reason for hiding this comment

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

also, we can fix clirr by adding the method to a clirr-ignored-differences.xml like https://github.com/googleapis/java-datastore/blob/main/google-cloud-datastore/clirr-ignored-differences.xml (since we added a default method, this is okay)

@yixiaoshen yixiaoshen requested a review from a team as a code owner June 17, 2022 17:57
@yixiaoshen
Copy link
Contributor Author

also, we can fix clirr by adding the method to a clirr-ignored-differences.xml like https://github.com/googleapis/java-datastore/blob/main/google-cloud-datastore/clirr-ignored-differences.xml (since we added a default method, this is okay)

Done

@yixiaoshen yixiaoshen closed this Jun 17, 2022
@yixiaoshen yixiaoshen reopened this Jun 17, 2022
@yixiaoshen yixiaoshen requested a review from kolea2 June 17, 2022 18:35
@kolea2 kolea2 added the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 21, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 21, 2022
@kolea2 kolea2 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 21, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 61758e0 into googleapis:main Jun 21, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 21, 2022
@yixiaoshen yixiaoshen deleted the ys-v1-split-snapshot-read branch June 21, 2022 16:22
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 22, 2022
🤖 I have created a release *beep* *boop*
---


## [2.9.0](v2.8.0...v2.9.0) (2022-06-22)


### Features

* support readTime in Datastore query splitter. ([#763](#763)) ([61758e0](61758e0))


### Documentation

* **sample:** clean up README for native image sample ([#771](#771)) ([7358aa3](7358aa3))


### Dependencies

* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#773](#773)) ([cab7e54](cab7e54))
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#774](#774)) ([496c1bc](496c1bc))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/java-datastore API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants