Skip to content

0.25.0

Compare
Choose a tag to compare
@askdre askdre released this 31 May 21:57
· 407 commits to master since this release
  • Issue #593: Allow users to disable cache when loading data via SQL query,
    by setting cacheExpirationTimeInMinutes=0
  • PR #613: Added field level schema checks. This can be disabled by setting
    enableModeCheckForSchemaFields=false
  • PR #618: Added support for the enableListInterface option. This allows to
    use parquet as an intermediate format also for arrays, without adding the
    list element in the resulting schema as described
    here
  • PR #641: Removed Conscrypt from the shaded artifact in order to improve
    compatibility with Dataproc Serverless and with clusters where Conscrypt is
    disabled.
  • BigQuery API has been upgraded to version 2.10.6
  • BigQuery Storage API has been upgraded to version 2.12.0
  • gRPC has been upgraded to version 1.46.0
  • Netty has been upgraded to version 4.1.75.Final