[
https://issues.apache.org/jira/browse/FLINK-12821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-12821:
-----------------------------------
Labels: pull-request-available (was: )
> Fix the bug that fix time quantifier can not be the last element of a pattern
> -----------------------------------------------------------------------------
>
> Key: FLINK-12821
> URL: https://issues.apache.org/jira/browse/FLINK-12821
> Project: Flink
> Issue Type: Sub-task
> Components: Library / CEP, Table SQL / API
> Reporter: Dian Fu
> Assignee: Dian Fu
> Priority: Major
> Labels: pull-request-available
>
> Currently, exception "Greedy quantifiers are not allowed as the last element
> of a Pattern yet. Finish your pattern with either a simple variable or
> reluctant quantifier." will be thrown for pattern "a\{2}". Actually this
> pattern is not greedy and we should fix it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)