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

In-memory Decimal division returns Double #10429

Open
GregoryTravis opened this issue Jul 2, 2024 · 0 comments
Open

In-memory Decimal division returns Double #10429

GregoryTravis opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
-libs Libraries: New libraries to be implemented p-low Low priority

Comments

@GregoryTravis
Copy link
Contributor

GregoryTravis commented Jul 2, 2024

Dividing an Integer or Float column by a Decimal column results in converting the Decimal values to Floats.

AbstractLongStorage and DoubleStorage use DivideOp which is a subclass of NumericBinaryOpReturningDouble.

@GregoryTravis GregoryTravis added p-low Low priority -libs Libraries: New libraries to be implemented labels Jul 2, 2024
@GregoryTravis GregoryTravis self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-libs Libraries: New libraries to be implemented p-low Low priority
Projects
Status: New
Development

No branches or pull requests

1 participant