Marcus Gartner
Marcus Gartner
Twice in the past month I've had my long running Twitter Stream consumer stall and not receive any tweets, without it calling the `no_data_callback`. I'm wondering if this could be...
Thought I'd put this up for anyone else who wanted it. Looks like I got some other commits mixed it. I can remove them if you want to merge, just...
#### sql: UDF with empty result should evaluate to NULL If the last statement in a UDF returns no rows, the UDF will evaluate to NULL. Prior to this commit...
#### opt: fix duplicate join multiplicity test Test case 9 in `TestGetJoinMultiplicity` was a duplicate of test case 2. It has been updated to be similar, but use an `INNER...
It would be very convenient to be able to add a keyboard shortcut to run a specific test file or even a test from within VS Code, much like `vim-test`...
Backport 2/2 commits from #88396. /cc @cockroachdb/release --- #### opt: prevent apply-join panics from crashing nodes Previously, it was possible for the execution of an apply-join to crash a node...
Backport 2/2 commits from #88396. /cc @cockroachdb/release --- #### opt: prevent apply-join panics from crashing nodes Previously, it was possible for the execution of an apply-join to crash a node...
This commit fixes an issue where the optimizer would plan a paired semi or anti lookup join in cases when a single lookup join would suffice. This only occurred in...
Setting a table and the cells background colors to transparent shows some ugly separators in between the cells. For some reason there is space between each cell, and a UIView...
#### execinfrapb: remove unnecessary DefaultIntSize parse option When `execinfrapb.Expression`s are serialized, references to integer types are always formatted unambiguously with the `tree.FmtCheckEquivalence` flag as `INT2`, `INT4`, or `INT8`, and never...