Skip to content

Commit 78c1257

Browse files
authored
Merge f7325ce into blathers/backport-release-24.3-155988
2 parents 0c3009e + f7325ce commit 78c1257

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
@@ -205,6 +205,7 @@ func TestExplainGist(t *testing.T) {
205205
// Ignore all errors except the internal ones.
206206
for _, knownErr := range []string{
207207
"expected equivalence dependants to be its closure", // #119045
208+
"type check failed while initializing stat", // #125620
208209
"argument expression has type RECORD, need type USER DEFINED RECORD", // #139910
209210
"not in index", // #148405
210211
} {

0 commit comments

Comments
 (0)