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
This test suite works reliable on Linux, different machines.
But a few tests fail reliably on Windows or MacOS, even with the following explicit properties:
Properties info = new Properties();
info.put("old_implicit_casting", "true");
info.put("default_null_order", "NULLS FIRST");
info.put("default_order", "ASC");
info.put("memory_limit", "1GB");
What can cause such a different behaviour please?
The text was updated successfully, but these errors were encountered:
Greetings,
please see https://github.com/starlake-ai/jsqltranspiler
We have a test suite of 600 very simple, self containing SQL tests, which we verify against static expected results.
This test suite works reliable on Linux, different machines.
But a few tests fail reliably on Windows or MacOS, even with the following explicit properties:
What can cause such a different behaviour please?
The text was updated successfully, but these errors were encountered: