Skip to content

Fix integer cast expression function#2842

Merged
texodus merged 1 commit intomasterfrom
fix-integer-cast-function
Nov 10, 2024
Merged

Fix integer cast expression function#2842
texodus merged 1 commit intomasterfrom
fix-integer-cast-function

Conversation

@texodus
Copy link
Member

@texodus texodus commented Nov 8, 2024

This PR fixes an integer-underflow bug encountered when calculating sum aggregates over integer columns which had been generated by an expression. See the included test for an example using the Perspective ExprTK integer() cast function.

Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus force-pushed the fix-integer-cast-function branch from c55aa98 to 7b88aa1 Compare November 10, 2024 22:26
@texodus texodus added the bug Concrete, reproducible bugs label Nov 10, 2024
@texodus texodus marked this pull request as ready for review November 10, 2024 23:37
@texodus texodus merged commit 452bfb0 into master Nov 10, 2024
@texodus texodus deleted the fix-integer-cast-function branch November 10, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Concrete, reproducible bugs

Development

Successfully merging this pull request may close these issues.

1 participant