Skip to content

ZetaSQL Toolkit v0.4.1

Compare
Choose a tag to compare
@ppaglilla ppaglilla released this 14 Oct 13:44
· 27 commits to main since this release
6df74bc

Release version 0.4.0 of the ZetaSQL Toolkit

Changelog:

  • Properly interpret BigQuery resources that use the JSON type (#19)
  • Compile against JDK 8 instead of JDK 11 (#20)
  • Extend support for column-level lineage (#22) with:
    • Lineage for CREATE VIEW statements
    • Field-level lineage for STRUCT columns and operations
    • Proper handling of scoping for WITH clauses
    • Proper handling of columns generated in a ResolvedSetOperationScan (Closes #21)