We shouldn't use a nil eval.Context here: https://github.com/cockroachdb/cockroach/blob/cc1f9312b9195d751aeff6018b7b3deba96b8cb2/pkg/sql/stats/merge.go#L166 since some column types (ex. `DTimestampTZ`) depend on this for functions like `compare()`. Jira issue: CRDB-40161
We shouldn't use a nil eval.Context here:
cockroach/pkg/sql/stats/merge.go
Line 166 in cc1f931
since some column types (ex.
DTimestampTZ) depend on this for functions likecompare().Jira issue: CRDB-40161