Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add support for new api features in BigQuery TimePartitioning.#3158

Merged
pongad merged 2 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
ladderlife:time-partitioningladderlife/google-cloud-java:time-partitioningCopy head branch name to clipboard
Apr 17, 2018
Merged

Add support for new api features in BigQuery TimePartitioning.#3158
pongad merged 2 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
ladderlife:time-partitioningladderlife/google-cloud-java:time-partitioningCopy head branch name to clipboard

Conversation

@mikekap

@mikekap mikekap commented Apr 16, 2018

Copy link
Copy Markdown

The two features are requirePartitionFilter & field.
Also this moves to using a builder instead of using more of methods since the number of combinations is large.

The two features are requirePartitionFilter & field.
Also this moves to using a builder instead of using more `of` methods since the number of combinations is large.
@mikekap mikekap requested a review from pongad as a code owner April 16, 2018 04:05
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 16, 2018

@pongad pongad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you very much for the PR!

@tswast please also take a look.

/**
* A builder for {@code TimePartitioning} objects.
*/
public abstract static class Builder {

This comment was marked as spam.

This comment was marked as spam.

* If not set, the table is partitioned by pseudo column '_PARTITIONTIME'; if set, the table is
* partitioned by this field.
*/
public String getField() {

This comment was marked as spam.

@pongad

pongad commented Apr 16, 2018

Copy link
Copy Markdown
Contributor

Thank you for the PR! LGTM but @tswast should sign off.

@tswast tswast left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Wonderful. Thanks a bunch.

@pongad pongad merged commit cc1c6df into googleapis:master Apr 17, 2018
chingor13 pushed a commit that referenced this pull request Jan 15, 2026
* chore(main): release 3.19.1

* chore: generate libraries at Thu Jan 15 15:36:07 UTC 2026

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
suztomo pushed a commit that referenced this pull request Mar 9, 2026
…connection to v2.38.0 (#3158)

* chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v2.38.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
* chore(main): release 3.19.1

* chore: generate libraries at Thu Jan 15 15:36:07 UTC 2026

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml/src) |
`2.2` -> `2.3` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.yaml:snakeyaml/2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.yaml:snakeyaml/2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.yaml:snakeyaml/2.2/2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.yaml:snakeyaml/2.2/2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>2.45.0</summary>

##
[2.45.0](googleapis/sdk-platform-java@v2.44.0...v2.45.0)
(2024-09-09)


### Features

* add Batcher#close(timeout) and Batcher#cancelOutstanding
([#3141](googleapis/sdk-platform-java#3141))
([68fd533](googleapis/sdk-platform-java@68fd533))
* add full RetrySettings sample code to Settings classes
([#3056](googleapis/sdk-platform-java#3056))
([6fd1b0e](googleapis/sdk-platform-java@6fd1b0e))
* add toString to futures returned by operations
([#3140](googleapis/sdk-platform-java#3140))
([fbdbe04](googleapis/sdk-platform-java@fbdbe04))
* bake gapic-generator-java into the hermetic build docker image
([#3067](googleapis/sdk-platform-java#3067))
([96d45e1](googleapis/sdk-platform-java@96d45e1))


### Bug Fixes

* **gax:** prevent truncation/overflow when converting time values
([#3095](googleapis/sdk-platform-java#3095))
([95366a6](googleapis/sdk-platform-java@95366a6))


### Dependencies

* add opentelemetry exporter-metrics and shared-resoucemapping to shared
dependencies
([#3078](googleapis/sdk-platform-java#3078))
([dd7d6e4](googleapis/sdk-platform-java@dd7d6e4))
* update dependency certifi to v2024.8.30
([#3150](googleapis/sdk-platform-java#3150))
([2a2c1f6](googleapis/sdk-platform-java@2a2c1f6))
* update dependency com.google.api-client:google-api-client-bom to
v2.7.0
([#3151](googleapis/sdk-platform-java#3151))
([9defdc9](googleapis/sdk-platform-java@9defdc9))
* update dependency com.google.errorprone:error_prone_annotations to
v2.31.0
([#3153](googleapis/sdk-platform-java#3153))
([494abe9](googleapis/sdk-platform-java@494abe9))
* update dependency com.google.errorprone:error_prone_annotations to
v2.31.0
([#3154](googleapis/sdk-platform-java#3154))
([7bf94b1](googleapis/sdk-platform-java@7bf94b1))
* update dependency com.google.guava:guava to v33.3.0-jre
([#3119](googleapis/sdk-platform-java#3119))
([2f33f20](googleapis/sdk-platform-java@2f33f20))
* update dependency dev.cel:cel to v0.7.1
([#3155](googleapis/sdk-platform-java#3155))
([8db2f84](googleapis/sdk-platform-java@8db2f84))
* update dependency filelock to v3.16.0
([#3175](googleapis/sdk-platform-java#3175))
([2091eba](googleapis/sdk-platform-java@2091eba))
* update dependency idna to v3.8
([#3156](googleapis/sdk-platform-java#3156))
([0668758](googleapis/sdk-platform-java@0668758))
* update dependency io.netty:netty-tcnative-boringssl-static to
v2.0.66.final
([#3148](googleapis/sdk-platform-java#3148))
([7729251](googleapis/sdk-platform-java@7729251))
* update dependency net.bytebuddy:byte-buddy to v1.15.1
([#3115](googleapis/sdk-platform-java#3115))
([e173c58](googleapis/sdk-platform-java@e173c58))
* update dependency org.apache.commons:commons-lang3 to v3.17.0
([#3157](googleapis/sdk-platform-java#3157))
([a37dc70](googleapis/sdk-platform-java@a37dc70))
* update dependency org.checkerframework:checker-qual to v3.47.0
([#3166](googleapis/sdk-platform-java#3166))
([912e1e0](googleapis/sdk-platform-java@912e1e0))
* update dependency org.yaml:snakeyaml to v2.3
([#3158](googleapis/sdk-platform-java#3158))
([0ed2059](googleapis/sdk-platform-java@0ed2059))
* update dependency platformdirs to v4.3.2
([#3176](googleapis/sdk-platform-java#3176))
([610fadc](googleapis/sdk-platform-java@610fadc))
* update dependency virtualenv to v20.26.4
([#3177](googleapis/sdk-platform-java#3177))
([bcef38a](googleapis/sdk-platform-java@bcef38a))
* update google api dependencies
([#3118](googleapis/sdk-platform-java#3118))
([b32b80b](googleapis/sdk-platform-java@b32b80b))
* update google auth library dependencies to v1.25.0
([#3168](googleapis/sdk-platform-java#3168))
([f48afb7](googleapis/sdk-platform-java@f48afb7))
* update google http client dependencies to v1.45.0
([#3159](googleapis/sdk-platform-java#3159))
([e1cd2fc](googleapis/sdk-platform-java@e1cd2fc))
* update googleapis/java-cloud-bom digest to 6626f91
([#3147](googleapis/sdk-platform-java#3147))
([db9e878](googleapis/sdk-platform-java@db9e878))
* update junit5 monorepo to v5.11.0
([#3111](googleapis/sdk-platform-java#3111))
([b11b5dc](googleapis/sdk-platform-java@b11b5dc))
* update netty dependencies to v4.1.113.final
([#3165](googleapis/sdk-platform-java#3165))
([1be261a](googleapis/sdk-platform-java@1be261a))
* update opentelemetry-java monorepo to v1.42.0
([#3172](googleapis/sdk-platform-java#3172))
([ef61b8c](googleapis/sdk-platform-java@ef61b8c))


### Documentation

* Update DEVELOPMENT.md
([#3126](googleapis/sdk-platform-java#3126))
([b7670c4](googleapis/sdk-platform-java@b7670c4))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: ldetmer <1771267+ldetmer@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.