Skip to content

Commit

Permalink
[FLINK-7599][table] Throw exception on DISTINCT in aggregations in MA…
Browse files Browse the repository at this point in the history
…TCH_RECOGNIZE
  • Loading branch information
dawidwys committed Dec 16, 2018
1 parent 19fcf65 commit 0ad1ace
Show file tree
Hide file tree
Showing 4 changed files with 6,363 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/table/streaming/match_recognize.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,4 +959,4 @@ Unsupported features include:
* Extracting time attributes - there is currently no possibility to get a time attribute for subsequent time-based operations.
* `MATCH_RECOGNIZE` is supported only for SQL. There is no equivalent in the Table API.
* Aggregations:
* distinct aggregations are not supported. Moreover if specified it will be silently dropped unfortunately.
* distinct aggregations are not supported.
Loading

0 comments on commit 0ad1ace

Please sign in to comment.