-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Describe the bug
There are a couple of bugs in the interval subtraction logic:
- It assumes negating the value negates its components, see Interval Negation Incorrect #4488 for why this is incorrect
- It assumes negation cannot overflow
- TimestampSecondType::subtract_day_time uses microseconds instead of milliseconds
To Reproduce
Expected behavior
Additional context
Reactions are currently unavailable