-
Notifications
You must be signed in to change notification settings - Fork 14.4k
KAFKA-6629: parameterise SegmentedCacheFunctionTest for session key schemas #19404
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
base: trunk
Are you sure you want to change the base?
Conversation
A label of 'needs-attention' was automatically added to this PR in order to raise the |
@lorcanj Thanks for the PR -- we are currently quite backlogged and it might take some more time until we get to your PR. Thanks for your understanding. |
A label of 'needs-attention' was automatically added to this PR in order to raise the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @lorcanj! Apologies for taking so long to review. Over all this looks good to me with one minor comment.
buf.putLong(startTime); | ||
|
||
return Bytes.wrap(buf.array()); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is only used in the test maybe move it to SegmentedCacheFunctionTest
Addresses:
KAFKA-6629
Adds configuration for the SessionKeySchema and parameterises the
existing tests so that both WindowKeys and SessionKeys are tested under
the existing unit tests.