Marcus Gartner

Results 34 issues of Marcus Gartner

#### sql/rowexec: handle re-parsed lookup expressions in join reader Previously, the join reader relied on the `normalize.ConstantEvalVisitor` used in `execinfrapb.DeserializeExpr` to convert tuples in serialized lookup expressions from `*tree.Tuple`s to...

Once #68186 is addressed, we will no longer collect stats for virtual computed columns. This can prevent the optimizer from accurately calculating the cost of scanning an index on a...

C-enhancement
docs-done
docs-known-limitation
A-sql-table-stats
T-sql-queries

Backport 2/2 commits from #117558. /cc @cockroachdb/release --- #### sqltestutils: allow blocking regexps in telemetry feature list The `feature-allowlist` directive for telemetry tests has been renamed `feature-list` and it now...

backport

#### opt: introduce memo.ExistsPrivate and add lazy projection column This commit introduces the `memo.ExistsPrivate` struct, which wraps the `memo.SubqueryPrivate` struct. This new private struct has a column that is used...

#### opt/execbuilder: fix EXPORT when input expression has hidden columns Fixes #115290 Release note (bug fix): A bug has been fixed that caused internal errors when executing EXPORT statement. ####...

I'm trying to use the [node-zendesk](https://github.com/blakmatrix/node-zendesk) package in my application. Turns out that because node-zendesk also uses nconf, my nconf values are deleted by node-zendesk's usage of `nconf.env()` and `nconf.defaults()`....

Marcus Gartner (mgartner) commented: Searching the docs for "table settings" does not return relevant results. The only mentions of table settings that I've found are: 1. The docs for `opt_with_storage_parameter_list`...

C-doc-improvement

There are two motivations for this change. The first is that the MotionMap requirement seems to sometimes create dependency issues for users (though I believe that has been fixed in...

Marcus Gartner (mgartner) commented: We recently fixed an incompatibility with Postgres with the behavior of casting a `FLOAT` to an `INT`. The fix will be included in v24.1. See https://github.com/cockroachdb/cockroach/pull/117798....