Weird rounding of very large integers

Hello

we are using Snowflake as our DB and I noticed a weird behaviour displaying large number.

When I run this query:

select 6536715644202313851;

Metabase returns: 6536715644202314000

Running the same query directly in Snowflake returns: 6536715644202313851

Attaching screenshots.

Thanks for looking into this.

Matus

Hi @matusp
You're seeing this issue:
https://github.com/metabase/metabase/issues/5816 - upvote by clicking :+1: on the first post

1 Like