Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern with group by query bug #43

Open
pranjal0811 opened this issue Jul 31, 2019 · 2 comments
Open

Pattern with group by query bug #43

pranjal0811 opened this issue Jul 31, 2019 · 2 comments
Assignees
Labels

Comments

@pranjal0811
Copy link
Contributor

I have the query like this - "from every e1=firewallStream[name == 'A']<3> -> e2=firewallStream [ name == 'B' ] within 40 seconds select 'AAAA' as ruleId group by e1[0].signatureId insert into outputstream"

when I execute it I got the error - e1 does not exist. The same query works well with the siddhi simulator.

here - https://github.com/siddhi-io/siddhi/blob/0c6b8b514e4f163c41fe8872f97040e923d0433f/modules/siddhi-query-api/src/test/java/io/siddhi/query/api/PatternQueryTestCase.java

@haoch
Copy link
Owner

haoch commented Sep 17, 2019

Could you please share some error details?

@haoch haoch self-assigned this Sep 17, 2019
@haoch haoch added the acked label Sep 17, 2019
@GithubZhitao
Copy link

bug ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants