Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DuckDB (on Java) produces different results on Linux vs. MacOS vs. Windows? #77

Open
manticore-projects opened this issue Sep 2, 2024 · 0 comments

Comments

@manticore-projects
Copy link

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:

    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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant