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

Cast decimal literal to DOUBLE #1722

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

whscullin
Copy link
Collaborator

@whscullin whscullin commented Apr 16, 2024

For DuckDB, DuckDB WASM specifically. Workaround for #1715

Copy link
Collaborator

@mtoy-googly-moogly mtoy-googly-moogly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made a comment which you can ignore

@@ -105,4 +105,11 @@ FROM read_parquet("inventory_items2.parquet")
{}
);
});

// Test to check that DecimalBigNums are broken.
// Remove/update when fixed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it were me, I would mention sqlLiteralNumber in this comment, in case neither of us are here on the day this happens.

@whscullin whscullin merged commit d5e79c4 into main Apr 16, 2024
8 of 9 checks passed
@whscullin whscullin deleted the whscullin/duckdb-wasm-decimal-literal-fix branch April 16, 2024 17:20
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

Successfully merging this pull request may close these issues.

2 participants