We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b87cd70 + f7325ce commit d5ac7f5Copy full SHA for d5ac7f5
pkg/ccl/testccl/sqlccl/explain_test.go
@@ -200,6 +200,7 @@ func TestExplainGist(t *testing.T) {
200
// Ignore all errors except the internal ones.
201
for _, knownErr := range []string{
202
"expected equivalence dependants to be its closure", // #119045
203
+ "type check failed while initializing stat", // #125620
204
"argument expression has type RECORD, need type USER DEFINED RECORD", // #139910
205
"not in index", // #148405
206
} {
0 commit comments