opt: tests failing with fast_int_set_large build tag #88126
Labels
branch-release-22.2
Used to mark GA and release blockers, technical advisories, and bugs for 22.2
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
T-sql-queries
SQL Queries Team
Running
make test PKG='./pkg/sql/opt/xform' TAGS'=fast_int_set_large'
(or./dev test pkg/sql/opt/xform -- --define gotags=bazel,gss,fast_int_set_large
) causes the error below. We're likely missing aColSet.Copy
call somewhere.Jira issue: CRDB-19702
The text was updated successfully, but these errors were encountered: