Skip to content

2020-03-11 (GCS 2.1.1, BQ 1.1.1)

Compare
Choose a tag to compare
@hongyegong hongyegong released this 11 Mar 22:31
· 525 commits to master since this release

Changelog

Cloud Storage connector:

  1. Add upload cache to support high-level retries of failed uploads. Cache size configured via property and disabled by default (zero or negative value):

    fs.gs.outputstream.upload.cache.size (deafult: 0)
    

Big Query connector:

  1. Fix shaded jar - add back missing relocated dependencies.