You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for read-modify-write of java ResolvedAST (see RewritingVisitorTest.java for examples)
Add support for TO_JSON_STRING.
--
Change by ZetaSQL Team <[email protected]>:
Pass correct language options to Validator in PreparedQuery api when validating a resolved tree passed to the PreparedQuery constructor.
--
Change by ZetaSQL Team <[email protected]>:
Remove in_development tag from FEATURE_BIGNUMERIC_TYPE.
--
Change by ZetaSQL Team <[email protected]>:
Increase the number of operations per benchmark loop in value_test
--
Change by ZetaSQL Team <[email protected]>:
Update zetasql documentation to include BIGNUMERIC support.
--
Change by ZetaSQL Team <[email protected]>:
Remove unused lexer rules.
--
Change by ZetaSQL Team <[email protected]>:
Analyzer changes for QUALIFY clause
--
Change by ZetaSQL Team <[email protected]>:
Fix DEFAULT column syntax error messages.
--
Change by ZetaSQL Team <[email protected]>:
Make a clarification about the promotion of NULLs in GREATEST/LEAST
--
Change by ZetaSQL Team <[email protected]>:
Fix bug with MODIFY_MAP rewriter - NULL first arg should be NULL output
--
Change by ZetaSQL Team <[email protected]>:
Fix bug in handling array offsets with FLATTEN.
--
Change by ZetaSQL Team <[email protected]>:
execute_query: Add JSON and Textproto output modes
--
Change by Matthew Brown <[email protected]>:
Fix name and contract for DescriptorPool.getAllFileDescriptors to be ordered
--
Change by ZetaSQL Team <[email protected]>:
remove expected error for contains_key
--
Change by ZetaSQL Team <[email protected]>:
Undeprecate presence tests in proto3.
--
Change by ZetaSQL Team <[email protected]>:
INTERNAL
--
Change by ZetaSQL Team <[email protected]>:
execute_query: Move "ExecuteQuery" overload into test code
--
Change by ZetaSQL Team <[email protected]>:
execute_query: Retrieve examination callback only once
--
Change by ZetaSQL Team <[email protected]>:
execute_query: Add writers for Textproto and JSON formats
--
Change by Matthew Brown <[email protected]>:
local_service: Use a more explicit for serializing DescriptorPools
--
Change by ZetaSQL Team <[email protected]>:
Support parameterized types in MERGE INSERT
--
Change by ZetaSQL Team <[email protected]>:
Add utilities to generate protobuf messages from iterator
--
Change by ZetaSQL Team <[email protected]>:
Fix resolver logic for PIVOT to handle the case where columns in the pivot input have multiple aliases, but only some of them are referenced.
--
Change by ZetaSQL Team <[email protected]>:
Remove deprecated AddCastOrConvertLiteral function
--
Change by Matthew Brown <[email protected]>:
Remove Serializable from DescriptorPool.sub interfaces
--
Change by ZetaSQL Team <[email protected]>:
Add explicit CAST node to struct fields with type parameters
--
Change by ZetaSQL Team <[email protected]>:
Change the visibility of cast_date_time.
--
Change by ZetaSQL Team <[email protected]>:
Use separate control flow nodes for starting a FOR loop and advancing a FOR loop.
--
Change by ZetaSQL Team <[email protected]>:
Fix the AST locations for TVF arguments. If it refers to an expression, just pass the location of the expression to the downstream. Otherwise it would prevent literal casting for struct fields.
--
Change by ZetaSQL Team <[email protected]>:
Use null handling behavior enum in reference impl instead of hard-coded list of functions that respect nulls.
--
Change by ZetaSQL Team <[email protected]>:
Modify TypeParameters:MatchType()
--
Change by ZetaSQL Team <[email protected]>:
Automatically FLATTEN for IN UNNEST.
--
Change by ZetaSQL Team <[email protected]>:
Native PIVOT implementation in reference impl, which doesn't have limitations on types of aggregate functions supported imposed by the rewriter.
--
Change by ZetaSQL Team <[email protected]>:
Split long logging statements to multiple lines.
--
Change by ZetaSQL Team <[email protected]>:
Add flag to analyze_query to control rewrites.
--
Change by ZetaSQL Team <[email protected]>:
RQG for ARRAY_FILTER and ARRAY_TRANSFORM.
--
Change by ZetaSQL Team <[email protected]>:
execute_query: Add option to gracefully handle statement prompt errors
--
Change by ZetaSQL Team <[email protected]>:
Add string escaping in test_function.cc.
(And 84 more changes)
GitOrigin-RevId: de685b7ab6095676abb23b49ff0dfc3e51eb09d5
Change-Id: Ib21e0f71bdb8ee07c8d65d122f8663b321e60078
0 commit comments