-
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.
41037: stats: add logging to TestDefaultColumns to help debug flake r=rytaft a=rytaft This commit adds some logging to the `TestDefaultColumns` test in order to help debug a test failure. Informs #38572 Release note: None Release justification: category 1, non-production code change 41042: tree: fix LIKE suboperator with NULL LHS r=rafiss a=rafiss If a NULL value was present in the LHS of a suboperator with a LIKE comparison, then previously the server would crash with a panic. Now it is handled and there are tests. closes #40841 Release justification: Low impact bug fix that prevents a server crash. Release note: None Co-authored-by: Rebecca Taft <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
3 changed files
with
85 additions
and
0 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