-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded bazel from version 5.3.0 to version 6.2.0. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Correctly plumb print_template_and_name_details for TVF. -- Change by ZetaSQL Team <[email protected]>: Enable collated sort keys in aggregate functions in reference implementation. -- Change by ZetaSQL Team <[email protected]>: Fix typo in comment -- Change by ZetaSQL Team <[email protected]>: "Simplify" the logic for adding spaces around brackets in map constructors. -- Change by ZetaSQL Team <[email protected]>: Do not add line break between ; and end-of-line comment. -- Change by ZetaSQL Team <[email protected]>: Upgraded bazel from version 5.3.0 to version 6.2.0. -- Change by ZetaSQL Team <[email protected]>: Small correction to a comment -- Change by ZetaSQL Team <[email protected]>: Cleanup two unused and deprecated functions in builtin_functions.h. Move one remaining deprecated function to the end of the file. Improve the comment on the one remaining function. -- Change by ZetaSQL Team <[email protected]>: Move a couple comments that got misplaced in the previous change to this sql_function_inliner.cc -- Change by ZetaSQL Team <[email protected]>: Add tests (both analyzer and compliance) for SQL-defined aggregate functions calling sql-defined aggregate functions. -- Change by Brandon Dolphin <[email protected]>: Add validation for object type when resolving CREATE|DROP|ALTER PRIVLEGE RESTRICTION statements. -- Change by ZetaSQL Team <[email protected]>: Fixes a ResolvedAST validation error from inlining specific shapes of SQL UDFs and adds both analyzer and compliance tests for the repro. Specifically, the affected shape was a ResolvedSubqueryExpr in the function body that references a function argument outside the subquery scan such as instance the LHS argument to an IN or LIKE ANY/ALL subquery. We were erroneously including "is_correlated" on these references even though only references in the scan (or the RHS argument for these subquery cases) should be considered correlated. -- Change by John Fremlin <[email protected]>: Move using namespace out of generated Bison header -- Change by ZetaSQL Team <[email protected]>: Enable ANONYMIZATION with ARRAY_FILTER rewriter testing in analyzer test -- Change by Brandon Dolphin <[email protected]>: Internal change GitOrigin-RevId: 22017f256d0b4e0311e7a3cc79dfdf19c0d7eebd Change-Id: I234baff6445b3c89bdf9937e9c3d323efa24a71b
- Loading branch information
1 parent
5133c6e
commit 15770ae
Showing
322 changed files
with
4,404 additions
and
2,881 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.3.0 | ||
6.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.