You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
I guess it is related to the query that it is being running to perform the calculations. In SQL Server, regular counts and sum leads to Overflow error when not being applied to bigint, for example (count_big in case of the count).
To Reproduce
Steps to reproduce the behavior:
Create a new test in tables/something.yml for a big table
Describe the bug
Getting Overflow error for count validation.
I guess it is related to the query that it is being running to perform the calculations. In SQL Server, regular counts and sum leads to Overflow error when not being applied to bigint, for example (count_big in case of the count).
To Reproduce
Steps to reproduce the behavior:
tables/something.yml
for a big tablesoda scan tables/something.yml
Context
OS:
Python Version: Latest
Soda SQL Version: Latest
Warehouse Type: SQL Server
The text was updated successfully, but these errors were encountered: