Flaugh24 commented on code in PR #179:
URL: https://github.com/apache/ignite-extensions/pull/179#discussion_r983101534
##########
modules/spark-3.2-ext/spark-3.2/src/test/scala/org/apache/ignite/spark/IgniteOptimizationAggregationFuncSpec.scala:
##########
@@ -44,7 +44,13 @@ class IgniteOptimizationAggregationFuncSpec extends
AbstractDataFrameSpec {
}
it("AVG - DECIMAL") {
- //TODO: add test for ticket IGNITE-12432
+ val df = igniteSession.sql("SELECT AVG(decimal_val) FROM numbers
WHERE id >= 18")
Review Comment:
No, but this PR is going to add that )
--
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]