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

[Store] Allow passing of stream type when compiling expressions #554

Open
gokul opened this issue Sep 28, 2017 · 0 comments
Open

[Store] Allow passing of stream type when compiling expressions #554

gokul opened this issue Sep 28, 2017 · 0 comments

Comments

@gokul
Copy link
Contributor

gokul commented Sep 28, 2017

In the Store implementation classes, while the condition is being compiled, the builder is not aware of the context in which a certain condition will be used. This causes issues when there are certain condition expressions that can only be used in certain situations (e.g. no comparison operators allowed in conditions for deletes in HBase store).

This is available at compile time and can be passed down to the AbstractRecordTable level so that the implementers can use it, rather than wait till runtime.

@gokul gokul changed the title [Event Tables] Allow passing of stream type when compiling expressions [Store] Allow passing of stream type when compiling expressions Dec 19, 2017
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