Comparing v2.46.0...v2.47.0 · googleapis/java-bigquery

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

Permalink

  • 12 commits
  • 23 files changed
  • 4 contributors

Commits on Jan 14, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Configuration menu

    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
    Configuration menu

    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history