Skip to content

Commit 5c7c153

Browse files
craig[bot]yuzefovich
andcommitted
Merge #158210
158210: sqlccl: ignore another known error in TestExplainGist r=yuzefovich a=yuzefovich Informs: #140773 Epic: None Release note: None Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
2 parents 8a4e0c9 + c261aff commit 5c7c153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/testccl/sqlccl/explain_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func TestExplainGist(t *testing.T) {
202202
"expected equivalence dependants to be its closure", // #119045
203203
"type check failed while initializing stat", // #125620
204204
"argument expression has type RECORD, need type USER DEFINED RECORD", // #139910
205+
"invalid datum type given: RECORD, expected RECORD", // #140773
205206
"not in index", // #148405
206207
} {
207208
if strings.Contains(err.Error(), knownErr) {

0 commit comments

Comments
 (0)