forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
62785: colexecjoin: fix the merge joiner in some cases r=yuzefovich a=yuzefovich Previously, we were incorrectly updating the internal state of `circularGroupsBuffer` when we needed to expand the buffer size. The bug was introduced several months ago (during 21.1 cycle) when we made the buffer grow dynamically. As it turns out, the bug is easily caught by our unit tests if we randomize the initial buffer size. Fixes: cockroachdb#62520. Release note (bug fix): CockroachDB could previously return incorrect results in some cases when executing the merge join operation via the vectorized engine. The bug is only present in 21.1 test releases. 62828: geo: fix st_segmentize to not panic when passed NaN as param r=otan a=andyyang890 Fixes cockroachdb#62741. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Andy Yang <[email protected]>
- Loading branch information
Showing
6 changed files
with
89 additions
and
18 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