Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <[email protected]>
  • Loading branch information
windtalker committed Nov 11, 2024
1 parent 43b8eea commit 0381d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integrationtest/r/executor/issues.result
Original file line number Diff line number Diff line change
Expand Up @@ -1008,4 +1008,4 @@ result
2024-09-03 00:00:00
select ((exists (select 1)) * -5) as c1;
c1
-5
-5
2 changes: 1 addition & 1 deletion tests/integrationtest/t/executor/issues.test
Original file line number Diff line number Diff line change
Expand Up @@ -768,5 +768,5 @@ CREATE TABLE test_55837 (col1 int(4) NOT NULL, col2 bigint(4) NOT NULL, KEY col2
insert into test_55837 values(0,1725292800),(0,1725292800);
select from_unixtime( if(col2 >9999999999, col2/1000, col2), '%Y-%m-%d %H:%i:%s') as result from test_55837;

# TestIssue22941
# TestIssue56641
select ((exists (select 1)) * -5) as c1;

0 comments on commit 0381d2a

Please sign in to comment.