Skip to content

0.17.0

Compare
Choose a tag to compare
@davidrabinowitz davidrabinowitz released this 22 Jul 00:59
· 661 commits to master since this release

New Features

  • Structured streaming write is now supported (PR #201, thanks @varundhussa)
  • Users now has the option to keep the data on GCS after writing to BigQuery (PR #202, thanks @leoneuwald)
  • Enabling to overwrite data of a single date partition (PR #211)
  • Supporting MATERIALIZED_VIEW as table type (PR #192)
  • Supporting columnar batch reads from Spark in the DataSource V2 implementation. (PR #198) It is not ready for production use.

Bug Fixes

  • Conditions on StructType fields are now handled by Spark and not the connector, Fixing Issue #197

Dependency Updates

  • BigQuery API has been upgraded to version 1.116.3
  • BigQuery Storage API has been upgraded to version 1.0.0
  • Netty has been upgraded to version 4.1.48.Final (Fixing issue #200)