Skip to content

Commit

Permalink
[CALCITE-6566] Make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
NobiGo committed Sep 18, 2024
1 parent 08cb085 commit bdeaae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/test/resources/sql/misc.iq
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ from (values 1, 2, 3, 4, 5) as t(i);
# PI function
values pi();
+-------------------+
| PI |
| EXPR$0 |
+-------------------+
| 3.141592653589793 |
+-------------------+
Expand All @@ -1826,7 +1826,7 @@ values pi();
!ok

# DEGREES function
values (degrees(pi), degrees(-pi / 2));
values (degrees(pi()), degrees(-pi() / 2));
+--------+--------+
| EXPR$0 | EXPR$1 |
+--------+--------+
Expand Down

0 comments on commit bdeaae8

Please sign in to comment.