-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
70332: sql: allow array builtins to operate on tuples r=yuzefovich a=rafiss fixes #70029 DistSQL does not support this because the DArray operations in eval.go all result in arrays of AnyTuple, which cannot be decoded. Release note (sql change): The array builtins (array_agg, array_cat, array_position, etc) now operate on record types. 70363: ui: fixes clock offset rendering on multi-store nodes r=rimadeodhar a=dhartunian Previously, the clock offset metric was retrieved on a "per-store" basis for each node which did not match its storage model in the tsdb which is node-based. This would cause incorrect data to be displayed in the Runtime dashboard's "Clock Offset" graph when a node contained multiple stores. We would use `store_id`s to query when we should have been asking for `node_id`s in the `sources` list in the query. This change modifies the Clock Offset metric component to request metrics by `node_id` instead which correctly renders the "Clock Offset" graph for nodes with multiple stores. Resolves #69652 Release note (ui change): fix bug where Clock Offset graph rendered incorrectly on nodes with multiple stores. 70369: sql: hide enable_drop_enum_value session/cluster setting r=otan,postamar a=rafiss fixes #61594 Release note (sql change): The enable_drop_enum_value session variable has been removed, along with the corresponding cluter setting. The functionality of being able to drop enum values is now enabled automatically. Queries that refer to the session/cluster setting will still work but will have no effect. Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: David Hartunian <[email protected]>
- Loading branch information
Showing
33 changed files
with
371 additions
and
248 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
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
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
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
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.