-
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.
58617: sql: add qualification prefix for user-defined schema names r=the-ericwang35 a=the-ericwang35 Fixes #57738. Previously, event logs were not capturing the qualified schema names for create_schema, drop_schema, rename_schema and alter_schema_owner events. This PR changes the event logs to use the qualified schema names. Tests were also updated to reflect these changes. Release note (bug fix): add qualification prefix for user-defined schema names. 59139: streamclient: add random stream client r=pbardea a=pbardea See individual commits, but this PR does some cleanup while introducing a stream client implementation that randomly generates rows. I broke down each change into its own commit for reviews, but let me know if splitting this into separate PRs would be helpful. 59276: opt: add opttester command to check rule applications and memo size r=rytaft a=DrewKimball Previously, it was difficult to test that the number of rule applications and/or memo groups remains reasonable during optimization of a query. This patch adds the `check-size` command, which outputs the number of rules applied and memo groups created during optimization. The `rule-limit` and `group-limit` flags can be used to throw an error if the number of rule applications or memo groups exceed the given limit. Release note: None Fixes #59192 Co-authored-by: Eric Wang <[email protected]> Co-authored-by: Paul Bardea <[email protected]> Co-authored-by: Andrew Kimball <[email protected]>
- Loading branch information
Showing
21 changed files
with
1,005 additions
and
585 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
Oops, something went wrong.