-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: AlexZMLyu/google-cloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 2 files changed
- 2 contributors
Commits on Dec 11, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for a975186 - Browse repository at this point
Copy the full SHA a975186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 186d6a6 - Browse repository at this point
Copy the full SHA 186d6a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a7007 - Browse repository at this point
Copy the full SHA e9a7007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a91e4e - Browse repository at this point
Copy the full SHA 5a91e4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d0fc1 - Browse repository at this point
Copy the full SHA 84d0fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb97b8f - Browse repository at this point
Copy the full SHA eb97b8fView commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 593ac97 - Browse repository at this point
Copy the full SHA 593ac97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb8266 - Browse repository at this point
Copy the full SHA 1eb8266View commit details
Commits on Dec 16, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2239db8 - Browse repository at this point
Copy the full SHA 2239db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b510cec - Browse repository at this point
Copy the full SHA b510cecView commit details
Commits on Dec 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f581b33 - Browse repository at this point
Copy the full SHA f581b33View commit details
Commits on Dec 18, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 610f38e - Browse repository at this point
Copy the full SHA 610f38eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 501e993 - Browse repository at this point
Copy the full SHA 501e993View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec49ec5 - Browse repository at this point
Copy the full SHA ec49ec5View commit details
Commits on Jan 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2464fd3 - Browse repository at this point
Copy the full SHA 2464fd3View commit details
Commits on Jan 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fc14e4a - Browse repository at this point
Copy the full SHA fc14e4aView commit details
Commits on Jan 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fa73c4b - Browse repository at this point
Copy the full SHA fa73c4bView commit details
Commits on Jan 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8867ecd - Browse repository at this point
Copy the full SHA 8867ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613e330 - Browse repository at this point
Copy the full SHA 613e330View commit details
Commits on Jan 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 657c6e6 - Browse repository at this point
Copy the full SHA 657c6e6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main