Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bazel version to 5.3.0; Upgrade protobuf and grpc versions -- Change by Matthew Brown <[email protected]>: Fix FUNCTION<> type argument parsing to deal with type parameters and collation -- Change by John Fremlin <[email protected]>: Move Bison parser helper macros into header -- Change by ZetaSQL Team <[email protected]>: Enables ResolvedAggregationThresholdAggregateScan node to support GROUP BY ROLLUP. -- Change by ZetaSQL Team <[email protected]>: Inline a helper function. This function was attempting to reduce code duplication between handling inline subqueries and inline lambda definitions. -- Change by ZetaSQL Team <[email protected]>: Fix for subquery expressions in differential_privacy/anonymization select list -- Change by ZetaSQL Team <[email protected]>: Add testing for collated sort key in analytic function in reference implementation. -- Change by ZetaSQL Team <[email protected]>: Use a btree_set to keep track of subquery parameters in sql_function_inliner instead of using an unordered set and and then separately sorting. -- Change by ZetaSQL Team <[email protected]>: use argument name in signature mismatch message. -- Change by ZetaSQL Team <[email protected]>: Fix for subquery expressions in differential_privacy/anonymization select list -- Change by ZetaSQL Team <[email protected]>: Remove table_scan_groups from analyzer tests -- Change by ZetaSQL Team <[email protected]>: Minor import fix -- Change by Matthew Brown <[email protected]>: Fix bug improperly invoking function with repeated and named arguments -- Change by ZetaSQL Team <[email protected]>: Fix for subquery expressions in differential_privacy/anonymization select list -- Change by John Fremlin <[email protected]>: Log stack, wall and CPU time usage for processing steps -- Change by Matthew Brown <[email protected]>: Fix bug when zero repetitions in functions like F(REPEATED, NAMED) -- Change by ZetaSQL Team <[email protected]>: internal cleanup to remove deprecated Type::TypeNameWithParameters function. -- Change by ZetaSQL Team <[email protected]>: Add test cases for WITH REPORT -- Change by ZetaSQL Team <[email protected]>: Add SampleScan for bounding max rows contributed. -- Change by Matthew Brown <[email protected]>: Update interface of sql_function; split out helper function from simple_catalog_util -- Change by ZetaSQL Team <[email protected]>: Output of (BYTES || BYTES) has a BYTES type. -- Change by Matthew Brown <[email protected]>: Refactor Analyer Tests to make catalogs more hermetic -- Change by Matthew Brown <[email protected]>: Update ZetaSQL Docs -- Change by ZetaSQL Team <[email protected]>: Make the reference implementation for `AggregateOp` aware of arrays known/unknown orders. This will stop the reference implementation from enforcing incidental array orders in RQG tests. -- Change by ZetaSQL Team <[email protected]>: Make reference implementation for `SortOp` aware of arrays known/unknown orders. This will stop the reference implementation from enforcing incidental orders on query results when those query's ORDER BY arrays with unknown element order. -- Change by ZetaSQL Team <[email protected]>: Make reference implementation for `$equals` and other comparison operators aware of array known/unknown orders. This will mean the stop the reference implementation from enforcing incidental orders in compliance tests (including RQG tests) when V_1_1_ARRAY_EQUALITY is enabled. -- Change by ZetaSQL Team <[email protected]>: Add some example compliance tests that exhibit broken array comparisons in the reference implementation. -- Change by ZetaSQL Team <[email protected]>: Disable Geography in all constructors of the ReferenceDriver. -- Change by ZetaSQL Team <[email protected]>: Do not add extra spaces around map constructors. -- Change by ZetaSQL Team <[email protected]>: Fix formatting of proto extension fields in braced map constructor. -- Change by ZetaSQL Team <[email protected]>: Refactor value formatting logic. -- Change by ZetaSQL Team <[email protected]>: Support partition key with collation in reference implementation. -- Change by Matthew Brown <[email protected]>: Fix bugs to enable F(Repeated ANY, <named-only argument>) -- Change by Matthew Brown <[email protected]>: Comprehensive tests for function resolution -- Change by ZetaSQL Team <[email protected]>: Fix non-deterministic mark for array find functions in reference implementation -- Change by ZetaSQL Team <[email protected]>: Remove in_development flag for FEATURE_RANGE_TYPE -- Change by ZetaSQL Team <[email protected]>: Change RANGE argument validation from InternalError to InvalidArgumentError -- Change by ZetaSQL Team <[email protected]>: Add space between } and AS -- Change by ZetaSQL Team <[email protected]>: Remove 'in_development' annotation from FEATURE_EXTENDED_TYPES -- Change by ZetaSQL Team <[email protected]>: Add support for inlining sql-defined aggregate functions that call other aggregate functions, and compliance tests for this case. -- Change by ZetaSQL Team <[email protected]>: Add initial compliance tests for queries invoking SQL-defined aggregate functions. -- Change by ZetaSQL Team <[email protected]>: Document NULLIFZERO and ZEROIFNULL -- Change by ZetaSQL Team <[email protected]>: Add support for inlining the most basic trivial SQL-defined aggregations. Those with no arguments and no invocations of aggregate functions in their bodies. GitOrigin-RevId: 23a39bcc92c42c56dbad29b7e47dc9c58e0bb533 Change-Id: I5bb7e20bcf496780bb65302f6191073cfb9b236d
- Loading branch information