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

HTTPTupleView Windowing does not support multiple partition keys in a comma-delimited string #324

Closed
joergboe opened this issue Apr 19, 2018 · 1 comment

Comments

@joergboe
Copy link
Member

This is observed when parameterizing the "partitionKey" attribute, such
that the key is a comma-delimited string. For example, if "key1,key2"
were directly provided into the operator, then this would be successful
such that two keys are to be partitioned. However, if "$parameterKey"
is provided such that "key1,key2" is passed into $parameterKey, then
only a single partition key will be interpreted; namely, the key that
equals "key1,key2"

We've observed this could be corrected by detecting for embedded
delimiters within following: https://github.com/IBMStreams/streamsx.
inet/blob/master/com.ibm.streamsx.
inet/impl/java/src/com/ibm/streamsx/inet/window/WindowContentsAtTrigger.
java#L55

This issue was reported from a customer. I put this as areminder for further improvements here.

@joergboe
Copy link
Member Author

Release 2.9.5 contains this enhancement.

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

1 participant