Skip to content

Commit

Permalink
logictest: Uncomment t78159 test case
Browse files Browse the repository at this point in the history
This uncomments a unit test from cockroachdb#78159 which was fixed by cockroachdb#109635.

Informs: cockroachdb#109105

Release note: None
  • Loading branch information
Mark Sirek committed Sep 8, 2023
1 parent f9c7e36 commit 2a617ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/sql/logictest/testdata/logic_test/tuple
Original file line number Diff line number Diff line change
Expand Up @@ -1201,11 +1201,10 @@ SELECT (CASE WHEN b THEN NULL ELSE ((ROW(1) AS a)) END).a from t78159
----
1

# TODO(rytaft): Uncomment this case once #109105 is fixed.
# query B
# SELECT (CASE WHEN b THEN ((ROW(1) AS a)) ELSE NULL END).a from t78159
# ----
# NULL
query B
SELECT (CASE WHEN b THEN ((ROW(1) AS a)) ELSE NULL END).a from t78159
----
NULL

# Regression test for #78515. Propagate tuple labels when type-checking
# expressions with multiple matching tuple types.
Expand Down

0 comments on commit 2a617ea

Please sign in to comment.