Releases: GoogleCloudDataproc/spark-bigquery-connector
Releases · GoogleCloudDataproc/spark-bigquery-connector
0.44.0
- Added new connector,
spark-4.1-bigqueryaimed to be used in Spark 4.1. Like Spark 4.1, this connector requires at
least Java 17 runtime. It is currently in preview mode. spark-4.0-bigqueryis generally available!- PR #1445: Add streaming support for Spark DS v2 indirect write.
- PR #1452: Improved the performance of the dynamic partition overwrite for RANGE_BUCKET partitioned tables.
- PR #1434: Support per-catalog configuration for project and location for BigQueryCatalog.
0.43.1
0.43.0
- Added new connector,
spark-4.0-bigqueryaimed to be used in Spark 4.0. Like Spark 4.0, this connector requires at
least Java 17 runtime. It is currently in preview mode. - PR #1367: Query Pushdown is no longer supported.
- PR #1369: Catalog enhancements
- PR #1374: Ensure TableId includes project ID if not explicitly set
- PR #1376:
materializationDatasetis now optional to read from views or queries. - PR #1380: Fixed ImpersonatedCredentials serialization
- PR #1381: Added the option to set custom credentials scopes
- PR #1411: Added Support for SparkSession#executeCommand
- BigQuery API has been upgraded to version 2.54.0
- BigQuery Storage API has been upgraded to version 3.16.1
- GAX has been upgraded to version 2.68.2
- gRPC has been upgraded to version 1.74.0
0.42.4
0.42.3
0.42.2
- PR #1347: Get lineage out of query. Thanks @ddebowczyk92
- PR #1349: Add parameterized query support
- BigQuery API has been upgraded to version 2.48.1
- BigQuery Storage API has been upgraded to version 3.11.4
- GAX has been upgraded to version 2.63.1
- gRPC has been upgraded to version 1.71.0
0.34.1
0.42.1
- CVE-2025-24970, CVE-2025-25193: Upgrading netty to version 4.1.119.Final
- PR #1284: Making BigQueryClientFactory Kryo serializable. Thanks @tom-s-powell !
- PR #1345:
materializationDatasetis no longer needed to read from views or queries.
0.36.5
0.42.0
- PR #1333: Initial implementation of a BigQuery backed Spark Catalog
- PR #1335: Adding indirect write GCS cleanup logs
- BigQuery API has been upgraded to version 2.47.0
- BigQuery Storage API has been upgraded to version 3.11.2
- GAX has been upgraded to version 2.60.0
- Netty has been upgraded to version 4.1.117.Final
- Guava has been upgraded to version 33.4.0-jre