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

Siddhi Event Table "in" condition behaves as filter when passed as delete/update condition #416

Open
niveathika opened this issue Jun 19, 2017 · 2 comments

Comments

@niveathika
Copy link
Member

Description:
from FooStream
select symbol
delete FooTable
on FooTable.symbol in symbol;

Here, the ( FooTable.symbol in symbol ) will be treated as filter where symbol will be the table id and FooTable.symbol will be an expression.

@mohanvive
Copy link
Contributor

@niveathika Is this issue still valid ?

@niveathika
Copy link
Member Author

Yes, it is still valid, see https://github.com/niveathika/siddhi/blob/table-join-in/modules/siddhi-core/src/test/java/io/siddhi/core/query/table/DeleteFromTableTestCase.java#L338,

It is mainly validation improvement, the user should not be able to write queries with in operator.

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

No branches or pull requests

3 participants