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

Fix sequence and pattern issue with every and within #436

Merged
merged 1 commit into from
Jul 2, 2017

Conversation

slgobinath
Copy link
Collaborator

Fixed the following:
for A or B select
within not respected with logical
every not respected with sequence
logical pattern following every

Fixed the following:
 for A or B select
 within not respected with logical
 every not respected with sequence
 logical pattern following every
@suhothayan suhothayan merged commit edfbe0a into siddhi-io:master Jul 2, 2017
@slgobinath slgobinath deleted the fix-logical-pattern-issues branch July 2, 2017 11:02
partnerStatePreProcessor.pendingStateEventList.clear();

if (isStartState && newAndEveryStateEventList.isEmpty()) {
// if (isStartState && stateType == StateInputStream.Type.SEQUENCE && newAndEveryStateEventList
Copy link

@ruwanta ruwanta Sep 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better remove this commented line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
Thanks for pointing this. Please merger the PR #566

Thanks

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

Successfully merging this pull request may close these issues.

3 participants