metesynnada commented on code in PR #3570:
URL: https://github.com/apache/arrow-datafusion/pull/3570#discussion_r982256211
##########
datafusion/physical-expr/src/aggregate/sum.rs:
##########
@@ -511,28 +374,6 @@ mod tests {
#[test]
fn sum_decimal() -> Result<()> {
- // test sum
Review Comment:
Since we alter the summation operation and added the subtraction operation
inside the `ScalarValue` implementation, we moved the relevant tests under the
`scalar.rs`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]