Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2be7f81
Choose a base ref
...
head repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f629127
Choose a head ref
  • 5 commits
  • 28 files changed
  • 5 contributors

Commits on Jun 14, 2023

  1. chore(main): release 2.27.2-SNAPSHOT (#2753)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e371e65 View commit details
    Browse the repository at this point in the history
  2. feat: return JobID with TableResult (#2689)

    * chore: improve job create retry
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: remove option 2
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: pass jobid from job.getQUeryResults()
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * choreL set jobID as null when empty
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: add IT tests
    
    * chore: complete tests
    
    * chore: make setJobId package private
    
    * chore: remove redundant job ID setting
    
    * 🦉 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>
    Neenu1995 and gcf-owl-bot[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    aa38428 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. feat: add primary key and foreign keys (#2744)

    Add support for creating/updating primary and foreign keys
    
    Internal b/284849902
    obada-ab authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    afb571c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. feat: Partial Projection of Table Metadata (#2756)

    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](https://togithub.com/googleapis/java-bigquery/issues/new/choose) 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](
    https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
    farhan0102 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9207743 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.28.0 (#2757)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.28.0](https://togithub.com/googleapis/java-bigquery/compare/v2.27.1...v2.28.0) (2023-06-19)
    
    
    ### Features
    
    * Add primary key and foreign keys ([#2744](https://togithub.com/googleapis/java-bigquery/issues/2744)) ([afb571c](https://togithub.com/googleapis/java-bigquery/commit/afb571c97edb13f93df9ac140af4516205d27a49))
    * Partial Projection of Table Metadata ([#2756](https://togithub.com/googleapis/java-bigquery/issues/2756)) ([9207743](https://togithub.com/googleapis/java-bigquery/commit/92077437d759705151f7778207616ecf024371ba))
    * Return JobID with TableResult ([#2689](https://togithub.com/googleapis/java-bigquery/issues/2689)) ([aa38428](https://togithub.com/googleapis/java-bigquery/commit/aa38428ad26b64d2566b33f4b2ca3dcc102c3247))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f629127 View commit details
    Browse the repository at this point in the history
Loading