-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add function that accepts StepExecution parameter to Partitioner API #4716
base: main
Are you sure you want to change the base?
Add function that accepts StepExecution parameter to Partitioner API #4716
Conversation
@wesley-94 Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
Closes: #4670 |
@wesley-94 Thank you for signing the Contributor License Agreement! |
@@ -30,7 +31,7 @@ | |||
* @author Taeik Lim | |||
* @since 2.0 | |||
*/ | |||
@FunctionalInterface | |||
// @FunctionalInterface |
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.
can you remove //
? (maybe we should remove @FunctionalInterface
cause we have 2 method
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.
I modified it as you reviewed. Thank you!
Thanks so much for this PR.
|
Thanks for your answer. |
Add function that accepts StepExecution parameter to Partitioner API