- Added support for Dataproc 2.2.
- Added support for customer-managed encryption key (CMEK).
- Added support for Pig and HCatalog.
- Added support for Hive 1.x.x and Hive 2.x.x.
- Fixed case sensitivity bug with column names. This particularly affected pseudo columns like
_PARTITIONTIME
and_PARTITIONDATE
in time-ingestion partitioned BigQuery tables. - Backward-incompatible change: The type of the
_PARTITION_TIME
pseudo-column in time-ingestion partitioned tables was fixed fromtimestamp
totimestamp with local time zone
. Unfortunately, Hive doesn't allow change column types in external table definitions, so you must drop the external table and then recreate it.
- GA release.
- PR #85: Remove support for deprecated table properties bq.project and bq.dataset
- PR #83: Add BigQuery BigNumeric type into decimal support
- PR #82: Upgrade BigQuery-Connector-Common to 0.31.0. Add Impersonation support.
- PR #80: Fixed indirect write on not-null fields failure.
- PR #69: Fixed dependency shading, reduced the distributable jar size
- The first preview release.