comphead commented on code in PR #553: URL: https://github.com/apache/datafusion-comet/pull/553#discussion_r1735382385
########## native/core/src/execution/datafusion/expressions/sum_decimal.rs: ########## @@ -112,6 +112,13 @@ impl AggregateExpr for SumDecimal { self.scale, ))) } + + fn default_value(&self, _data_type: &DataType) -> DFResult<ScalarValue> { Review Comment: ```suggestion fn default_value(&self, _data_type: &DataType) -> Result<ScalarValue> { ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org