-
Notifications
You must be signed in to change notification settings - Fork 84
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
fix: add a DATE type e2e test #1511
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product-auto-label
bot
added
the
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
label
Feb 3, 2022
stephaniewang526
approved these changes
Feb 4, 2022
stephaniewang526
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 4, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 4, 2022
stephaniewang526
added
kokoro:run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Feb 4, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 4, 2022
yoshi-kokoro
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Feb 4, 2022
stephaniewang526
changed the title
fix:Add a DATE type e2e test
fix: add a DATE type e2e test
Feb 7, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 8, 2022
🤖 I have created a release *beep* *boop* --- ## [2.9.0](v2.8.4...v2.9.0) (2022-02-08) ### Features * add a indicator of how much time a request is waiting for inflight limit ([#1514](#1514)) ([54874be](54874be)) * temp workaround for omg/48020 ([#1521](#1521)) ([ff28f65](ff28f65)) ### Bug Fixes * add a DATE type e2e test ([#1511](#1511)) ([5eaf38e](5eaf38e)) ### Documentation * **tutorials:** Add IT to JsonWriteDefaultStream tutorial ([#1522](#1522)) ([9fd7aca](9fd7aca)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-owl-bot bot
added a commit
that referenced
this pull request
Aug 1, 2022
Fixes #1502 Source-Link: googleapis/synthtool@26ea255 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b
prash-mi
pushed a commit
that referenced
this pull request
Aug 3, 2022
…) (#1723) Fixes #1502 Source-Link: googleapis/synthtool@26ea255 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Aug 5, 2022
🤖 I have created a release *beep* *boop* --- ## [2.19.0](v2.18.0...v2.19.0) (2022-08-05) ### Features * Add CANCELLED to StreamWriter retryable error code ([#1725](#1725)) ([6d4c004](6d4c004)) * remove a dummy WriterClosedException ([0b3018d](0b3018d)) ### Bug Fixes * Switch integration test onto v1 write api ([#1731](#1731)) ([2ccb96e](2ccb96e)) ### Documentation * **owlbot-java:** explaining why not using formatter in pom.xml ([#1511](#1511)) ([#1723](#1723)) ([eabfa93](eabfa93)), closes [#1502](#1502) ### Dependencies * update arrow.version to v9 (major) ([#1728](#1728)) ([3694243](3694243)) * update dependency com.google.cloud:google-cloud-bigquery to v2.14.1 ([#1721](#1721)) ([e27a9e9](e27a9e9)) * update dependency com.google.cloud:google-cloud-bigquery to v2.14.2 ([#1734](#1734)) ([0115e98](0115e98)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#1718](#1718)) ([940c613](940c613)) * update dependency org.apache.arrow:arrow-memory-netty to v9 ([#1729](#1729)) ([297ee99](297ee99)) * update dependency org.apache.arrow:arrow-vector to v9 ([#1730](#1730)) ([6010b42](6010b42)) * update dependency org.apache.avro:avro to v1.11.1 ([#1719](#1719)) ([754296f](754296f)) --- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
Fixes #<issue_number_goes_here> ☕️