GoogleCloudPlatform / zetasql-toolkit

The ZetaSQL Toolkit is a library that helps users use ZetaSQL Java API to perform SQL analysis for multiple query engines, including BigQuery and Cloud Spanner.
Apache License 2.0
39 stars 10 forks source link

Ensure catalog mutations are always applied during analysis #6

Closed ppaglilla closed 1 year ago

ppaglilla commented 1 year ago

Ensures catalog mutations are always applied during analysis. Mutations are now applied before returning the analyzed ResolvedStatement to the user. This avoid an issue where mutations generated by the last statement of a query are not applied.

Closes #5