Closed andreimatei closed 3 years ago
@andreimatei what SHA was it on for master? I think it should be fixed by #62126 which was merged yesterday.
Well, I'm actually not sure whether this issue is a dup of #62061 cause it doesn't look like an error occurred in Init
. Thanks for the report!
Still happens after #62126
Heads up that this is one of two issues blocking the release team from picking a beta sha tomorrow.
I'm not sure whether it qualifies as a beta release blocker, but the impact is that running EXPLAIN ANALYZE (DEBUG)
via the vectorized engine on the queries that contain unsupported by DistSQL planNode
s (for example, all mutations) will result in a panic. It seems pretty bad for me, and given that the fix is out, I'll keep the label on.
EXPLAIN (VEC)
files to the stmt bundle on release-21.1
branch, so I'm removing the release blocker labels from this issue.
Happens on both master and release-21.1. Some distribution of the query needs to be necessary.