Skip to content
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: v2.46.0
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: v2.47.0
Choose a head ref
  • 12 commits
  • 23 files changed
  • 4 contributors

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    858e517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd1821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed5f49 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. chore(main): release 2.46.1-SNAPSHOT (#3639)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    09c98bf View commit details
    Browse the repository at this point in the history
  2. fix(bigquery): Remove ReadAPI bypass in executeSelect() (#3624)

    * fix(bigquery): Remove ReadAPI bypass in executeSelect() for fast query requests.
    
    * Enable fast query and read API.
    
    Move readAPI condition check from getExecuteSelectResponse() to
    queryRpc(). This allows fast query to be used with ReadAPI.
    
    * Check for null for fast query results.getTotalRows()
    
    * Remove test file.
    
    * Add internal query state to keep track of ReadAPI usage.
    
    A Boolean field is added to keep track of whether or not the high
    throughput ReadAPI is used. This is mostly for testing to avoid
    another regression in the future.
    
    * Move tests into IT test file
    
    * Fix formatting changes. Again :/
    
    * Add VisibleForTesting Annotation
    whuffman36 authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    fadd992 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. fix: Close bq read client (#3644)

    * Shutdown bqReadClient after high throughput read
    
    * Code formatted to google-java-format
    naung9 authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    8833c97 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    fd06100 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    e10a1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a14342 View commit details
    Browse the repository at this point in the history
  3. feat(bigquery): Support resource tags for datasets in java client (#3647

    )
    
    * feat(bigquery): Support resource tags for datasets in java client
    
    * add method to clirr-ignored-diff file
    
    * Try Acl permissions to grant tag permissions
    
    * Add exception to func signature
    
    * Remove IT tests
    whuffman36 authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    01e0b74 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    52fdbfa View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.47.0 (#3643)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    fa641a8 View commit details
    Browse the repository at this point in the history
Loading