enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 317 forks source link

Resolve `round` edge cases in Snowflake backend #10307

Open radeusgd opened 1 week ago

radeusgd commented 1 week ago

While working on #9486 I have disabled some edge case tests by marking them pending, because they were behaving differently than on Postgres and thus failing.

We should update the scheme to correctly handle this testing - either adding a separate test for Snowflake or updating the test to accept either behavior.

radeusgd commented 1 week ago

On hold until #10319 gets merged.