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: sigje-patch-usecase-simplequery
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 17 files changed
  • 6 contributors

Commits on Dec 12, 2025

  1. test: Clean up resources created in ITs (#4024)

    * chore: Cleanup initialized resources
    
    * chore: Delete created dataset
    
    * chore: Use try-with to close stream
    lqiu96 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    3f592a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380e0d9 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.57.1-SNAPSHOT (#4023)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    3b8b8ef View commit details
    Browse the repository at this point in the history
  4. chore: Cleanup Intellij test warnings (#4026)

    * chore: Cleanup initialized resources
    
    * chore: Use try-with to close stream
    
    * chore: Cleanup Intellij test warnings
    
    * chore: Allow for floating point inaccuracies
    
    * chore: Add otel delete operation
    lqiu96 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    c161364 View commit details
    Browse the repository at this point in the history
  5. deps: update actions/upload-artifact action to v6 (#4027)

    Co-authored-by: Blake Li <blakeli@google.com>
    renovate-bot and blakeli0 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    5d389cf View commit details
    Browse the repository at this point in the history
  6. chore: Use assertThrows in tests (#4028)

    * chore: Cleanup initialized resources
    
    * chore: Use try-with to close stream
    
    * chore: Cleanup Intellij test warnings
    
    * chore: Allow for floating point inaccuracies
    
    * chore: Add otel delete operation
    
    * chore: Clean up rest of the IT test file
    
    * chore: Add GCA feedback
    lqiu96 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    3673310 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. chore(main): release 2.57.1 (#4029)

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

Commits on Dec 15, 2025

  1. chore: Update renovate.json (#4031)

    deps update from bigquerystorage was incorrectly marked as chore(deps). This would cause the upgrade not show up in the release notes and also not trigger release please.
    
    This is because the pattern /^com.google.cloud:google-cloud-bigquery is configured in renovate.json, which matches both bigquery and bigquerystorage. However, I believe the original intention is only for bigquery update in samples, not for bigquerystorage update.
    
    Fixing the pattern so that the String must ends with bigquery
    blakeli0 authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    c18702e View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.57.2-SNAPSHOT (#4032)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    adbe2e0 View commit details
    Browse the repository at this point in the history
  3. test: Add integration tests for picosecond support (#4030)

    * test: Add integration tests for picosecond support
    
    * chore: Add a micro -> pico exact timestamp test case
    
    * chore: Add additional test cases
    
    * chore: Fix test cases with 'Z'
    
    * chore: Test if first query has an impact
    
    * chore: Remove flaky test for now
    
    * chore: Remove testing comment
    lqiu96 authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    7198340 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

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

Commits on Dec 23, 2025

  1. chore: remove build badges (#4046)

    b/468377909
    suztomo authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    d214d10 View commit details
    Browse the repository at this point in the history
Loading