-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Java
Changes for google-cloud-bigquery
2.47.0 (2025-01-29)
Features
Bug Fixes
- bigquery: Remove ReadAPI bypass in executeSelect() ( #3624) ( fadd992)
- Close bq read client ( #3644) ( 8833c97)
Dependencies
- Update dependency com.google.apis:google-api-services-bigquery to v2-rev20250112-2.0.0 ( #3651) ( fd06100)
- Update dependency com.google.cloud:sdk-platform-java-config to v3.42.0 ( #3653) ( 1a14342)
- Update github/codeql-action action to v2.28.1 ( #3637) ( 858e517)
Changed
The BigQuery ML ML.BUCKETIZE and ML.QUANTILE_BUCKETIZE functions now support formatting of the function output. You can use the output_format argument to format the function output as one of the following:
- A string in the format
bin_<bucket_index> - A string in interval notation
- A JSON-formatted string
Feature
You can now use the BY NAME and CORRESPONDING modifiers with set operations to match columns by name instead of by position. This feature is generally available (GA).
https://cloud.google.com/bigquery/docs/release-notes#February_03_2025