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.
1 parent 234c524 commit f786decCopy full SHA for f786dec
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