Skip to content

ZetaSQL Toolkit v0.5.0

Compare
Choose a tag to compare
@ppaglilla ppaglilla released this 06 May 16:09
· 26 commits to main since this release
c8c24d9

Release version 0.5.0 of the ZetaSQL Toolkit

Changelog:

  • Use the DOUBLE typekind for FLOAT64 columns
  • Extract column level lineage for SELECT statement (#29)
  • Make the ZetaSQLTypeParser case insensitive (#35)
  • Add reflection-based patching of GRPC's default max nesting depth (#36)
  • Rewrite queries to fully quote resource name paths before analysis
    • For example, FROM project.dataset.table is now rewritten to FROM `project.dataset.table`
    • This has no impact to end users, but massively simplifies how the ZetaSQL toolkit builds catalogs
  • Remove unnecessary slf4j dependency from zetasql-toolkit-core