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/google-cloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: AlexZMLyu/google-cloud-python
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.
  • 20 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 11, 2025

  1. Fix: Update BigQuery Storage Arrow samples batching logic

    Bases batching on size rather than row count to avoid exceeding an
    internal 10MB limit. Also removes an obsolete assertion in the test.
    AlexZMLyu committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    a975186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186d6a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a7007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a91e4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84d0fc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb97b8f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    593ac97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb8266 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Fix: Update verify_result in pyarrow sample

    - Changes query to SELECT DISTINCT int64_col to count unique rows.
    - Asserts the count is exactly TABLE_LENGTH, removing the allowance for extra rows from potential retries.
    AlexZMLyu committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    2239db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b510cec View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

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

Commits on Dec 18, 2025

  1. Fix: Improve PyArrow batching and serialization in BigQuery Storage s…

    …ample
    
    - Updates batching logic to use serialized size to avoid exceeding API limits.
    - Ensures all rows in the PyArrow table are serialized for the request.
    - Includes enhancements for measuring serialized row sizes.
    AlexZMLyu committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    610f38e View commit details
    Browse the repository at this point in the history
  2. Refactor: Use generator for request creation and block on send

    - Changed `generate_write_requests` to be a generator, yielding requests
      instead of returning a list.
    - Made `stream.send()` calls blocking by calling `future.result()` immediately,
      ensuring requests are sent sequentially.
    AlexZMLyu committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    501e993 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec49ec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

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

Commits on Jan 2, 2026

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

Commits on Jan 6, 2026

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

Commits on Jan 7, 2026

  1. Configuration menu
    Copy the full SHA
    8867ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    613e330 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

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