Skip to content

bigquery: add test and fix silly bugs - #2712

Merged
pongad merged 1 commit into
googleapis:bq-perffrom
pongad:bq-test
Dec 17, 2017
Merged

bigquery: add test and fix silly bugs#2712
pongad merged 1 commit into
googleapis:bq-perffrom
pongad:bq-test

Conversation

@pongad

Copy link
Copy Markdown
Contributor

No description provided.

@pongad
pongad requested a review from tswastDecember 15, 2017 06:21
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 15, 2017
@pongad
pongad merged commit ad69088 into googleapis:bq-perfDec 17, 2017
@pongad
pongad deleted the bq-test branch December 17, 2017 02:06
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
suztomo pushed a commit that referenced this pull request Mar 9, 2026
* deps: update github/codeql-action action to v2.3.6
* 🦉 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>
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
)
In this PR:
- Skip running library generation test after merging a pull request.
Related error:
```
Run set -ex
set -ex
git checkout "${base_ref}"
git checkout "${head_ref}"
changed_directories="$(git diff --name-only ${base_ref} ${head_ref})"
if [[ ${changed_directories} =~ "library_generation/" ]]; then
echo "should_run=true" >> $GITHUB_OUTPUT
else
echo "should_run=false" >> $GITHUB_OUTPUT
fi
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
base_ref: head_ref: + git checkout ''
fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths
```
Full log:
https://github.com/googleapis/sdk-platform-java/actions/runs/8913958564/job/24480528068
chingor13 pushed a commit that referenced this pull request Mar 25, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
rahul2393 pushed a commit to akash329d/google-cloud-java that referenced this pull request May 21, 2026
* chore(main): release 2.70.0
* chore: generate libraries at Tue Nov 18 20:00:42 UTC 2025
---------
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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@pongad@tswast@googlebot