Libraries
A weekly digest of client library updates from across the Cloud SDK.
Java
2.47.0 (2025-01-29)
Features
- bigquery: Support resource tags for datasets in java client ( #3647) ( 01e0b74)
Bug Fixes
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
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
Dependencies
Changed
The BigQuery ML
ML.BUCKETIZEandML.QUANTILE_BUCKETIZEfunctions now support formatting of the function output. You can use theoutput_formatargument to format the function output as one of the following:bin_<bucket_index>Feature
You can now use the
BY NAMEandCORRESPONDINGmodifiers 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