You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SchedulerTask is now an abstract class with optimizations for jvm
* It removes the need for a separate SchedulerTaskBase
* submissionTime and taskContext are marked as @JvmField
* DispatchedTask is also an abstract class
* resumeMode is marked as @JvmField
0 commit comments