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

Closed
manticore-projects opened this issue Sep 2, 2024 · 2 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?

@Mause
Copy link
Member

Mause commented Dec 13, 2024

Can you provide samples of the queries or code that behaves differently depending on platform please?

@manticore-projects
Copy link
Author

Greetings. I can't remember, how exactly this got solved but it's not any issue anymore. Sorry for bothering.

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

2 participants