Skip to content

Commit

Permalink
chore: remove issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Jan 4, 2023
1 parent 91bbe6c commit 5e68030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cases/standalone/aggregate/sum.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CREATE TABLE doubles(n DOUBLE, ts BIGINT TIME INDEX);

INSERT INTO doubles (n, ts) VALUES (9007199254740992, 1), (1, 2), (1, 3), (0, 4);

-- returns wrong result, https://github.com/GreptimeTeam/greptimedb/issues/829 --
SELECT sum(n) from doubles;

DROP TABLE bigints;
Expand Down

0 comments on commit 5e68030

Please sign in to comment.