Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Version 1.8.0

Compare
Choose a tag to compare
@dhalperi dhalperi released this 04 Oct 23:53
· 219 commits to master since this release
v1.8.0
  • Added support to BigQueryIO.Read for queries in the new BigQuery Standard SQL dialect using .withStandardSQL().
  • Added support in BigQueryIO for the new BYTES, TIME, DATE, and DATETIME types.
  • Added support to BigtableIO.Read for reading from a restricted key range using .withKeyRange(ByteKeyRange).
  • Improved initial splitting of large uncompressed files in CompressedSource, leading to better performance when executing batch pipelines that use TextIO.Read on the Cloud Dataflow service.
  • Fixed a performance regression when using BigQueryIO.Write in streaming mode.