User Activity Reports

- User Activity
SCM Activity Reports

- SCM Activity
twalthr
-
- Project:
- Flink v1.6.0
-
- Revision:
- 2e694c57ef75a1416073374b60d0c17de830b9d4
-
- Files:
- 10
chengxiang li
commented [FLINK-3474]: Enable partial aggregate in Table API
-- add new Aggregate interface which support partial aggregate
-- implement SUM/COUNT/AVG/MIN/MAX aggregate functions implementation
-- sorted-based runtime support
this closes #1746
-
- Project:
- Flink v1.6.0
-
- Revision:
- b211d16ccec03c66b7edaf7b6c7ff83bf104e1bb
-
- Files:
- 18
twalthr
-
- Project:
- Flink v1.6.0
-
- Revision:
- 7cab28d62b280a706c388fea145cb2d81a7fea40
-
- Files:
- 5
Fabian Hueske
commented [FLINK-3567] Fix selection on grouping. Only grouping keys or aggregates allowed.
This closes #1761
-
- Project:
- Flink v1.6.0
-
- Revision:
- 49699f04992ed562736dbf7f5f7d81e6eb86bc02
-
- Files:
- 3
twalthr
-
- Project:
- Flink v1.6.0
-
- Revision:
- 7afa755fc61c80c18c810a2161c0d6aa0a642bcf
-
- Files:
- 12
Fabian Hueske
-
- Project:
- Flink v1.6.0
-
- Revision:
- 805e425c941d43f8be8a63ff821f7982ee81bf67
-
- Files:
- 3
commented [FLINK-3504] Fix join translation. Equality predicates may only reference fields.
Catch Calcite planner exception and rethrow with additional error message
This closes #1734
-
- Project:
- Flink v1.6.0
-
- Revision:
- 8fa4a99a0ee9e40a18424bfdc64e9abe8c72dbb0
-
- Files:
- 3
-
- Project:
- Flink v1.6.0
-
- Revision:
- ad3a636605de417e6e44785faf22e81138d16e74
-
- Files:
- 4
-
- Project:
- Flink v1.6.0
-
- Revision:
- ab16e3c32b4d8d538b526370f4e7262f894f1a2e
-
- Files:
- 1
commented
[FLINK-3593][tableAPI] Fix failing DistinctITCase