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 8a4e0c9 + c261aff commit 5c7c153Copy full SHA for 5c7c153
pkg/ccl/testccl/sqlccl/explain_test.go
@@ -202,6 +202,7 @@ func TestExplainGist(t *testing.T) {
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
+ "invalid datum type given: RECORD, expected RECORD", // #140773
206
"not in index", // #148405
207
} {
208
if strings.Contains(err.Error(), knownErr) {
0 commit comments