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
* Changed Runner.getName() to Runner.toString() when passing to Job.runner in DataflowJobManager
This is necessary to standardise the use of Runner.toString() when
passing to the Job.runner, so that code dependending on Job.runner
would know what to expect.
* Document how & when Runner.toString() or Runner.getName() should be used
* Convert getName() to toString(). Use name() for Job.runner.
Use toString() to render human readable strings while using the
non overriding name() for code dependencies.
Co-authored-by: Zhu Zhanyan <zhu.zhanyan@gojek.com>
0 commit comments