Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.29.0, 1.30.0
Description
Currently, RowCount of aggregate without group keys are unexpected.
The problem could be appear in the following UT:
@Test void testRowCountAggregateEmptyKey1() { fixture() .withRelFn(b -> b.scan("EMP") .aggregate( b.groupKey(), b.count(false, "C")) .build()) .assertThatRowCount(is(1D), is(1D), is(1D)); }
Now, the above UT would be failed because row count return 1.4D instead of 1D.
Attachments
Issue Links
- links to