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 561fbb7 commit cc5643bCopy full SHA for cc5643b
pkg/ccl/testccl/sqlccl/explain_test.go
@@ -205,6 +205,7 @@ func TestExplainGist(t *testing.T) {
205
// Ignore all errors except the internal ones.
206
for _, knownErr := range []string{
207
"expected equivalence dependants to be its closure", // #119045
208
+ "type check failed while initializing stat", // #125620
209
"argument expression has type RECORD, need type USER DEFINED RECORD", // #139910
210
"not in index", // #148405
211
} {
0 commit comments