Skip to content

Commit

Permalink
Added test to verify resultmode can be updated
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Ritchie <[email protected]>
  • Loading branch information
Omega359 committed Dec 12, 2024
1 parent 236a913 commit ae5d26b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions tests/slt/rowsort.slt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
query III rowsort
select * from example_sort
----
1 10 2333
10 100 2333
2 20 2333

control resultmode valuewise

query III rowsort
Expand All @@ -18,4 +11,13 @@ select * from example_sort
2333
2
20
2333
2333

control resultmode rowwise

query III rowsort
select * from example_sort
----
1 10 2333
10 100 2333
2 20 2333

0 comments on commit ae5d26b

Please sign in to comment.