We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically supporting Routing.KEY_PARTITIONED when the schema is an underlying SPL schema.
Routing.KEY_PARTITIONED
s.parallel(width=3, routing=KEY_PARTITIONED, key=['state', 'city'])
Exact api TBD.
The text was updated successfully, but these errors were encountered:
support KEY_PARTITIONED for structured schema, IBMStreams#1469
702c4dd
test suite for Routing.KEY_PARTITIONED, IBMStreams#1469
f7c18c5
markheger
Successfully merging a pull request may close this issue.
Basically supporting
Routing.KEY_PARTITIONED
when the schema is an underlying SPL schema.s.parallel(width=3, routing=KEY_PARTITIONED, key=['state', 'city'])
Exact api TBD.
The text was updated successfully, but these errors were encountered: