Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
Currently DataSetAggregateWithNullValuesRule will UINON a NULL row for non grouped aggregate query. when CountAggFunction support COUNT(FLINK-8325). the result will incorrect.
for example, if Tabble T1 has 3 records. when we run the follow SQL in DataSet:
SELECT COUNT(*) as cnt from Tab // cnt = 4(incorrect).
Attachments
Issue Links
- is blocked by
-
FLINK-8325 Add COUNT AGG support constant parameter, i.e. COUNT(*), COUNT(1)
- Closed
- links to