Skip to content

Commit

Permalink
Add test for bug #7482
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdvm committed Mar 20, 2024
1 parent 41d1eb8 commit 4383cdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions sql/test/BugTracker-2024/Tests/All
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ exp_equal-Bug-7478
exp_ref-Bug-7479
get_rel_count-Bug-7480
mvc_row_result_wrap-Bug-7481
bin_find_smallest_column-Bug-7482
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
skipif knownfail
query I nosort
SELECT var_samp ( '12' ) OVER ( ORDER BY CAST ( ( CASE WHEN ( 99 ) THEN COUNT ( * ) ELSE CASE WHEN 1 THEN ( FALSE ) END END ) AS BIGINT ) )
----

0 comments on commit 4383cdd

Please sign in to comment.