Skip to content

Commit d5ac7f5

Browse files
authored
Merge f7325ce into blathers/backport-release-25.2-155988
2 parents b87cd70 + f7325ce commit d5ac7f5

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

0 commit comments

Comments
 (0)