cdap
cdap copied to clipboard
[CDAP-19328] Implement prepareRun, onRunFinish in WrappedSplitterTransform
Implementing prepareRun
, onRunFinish
enables these methods to be called in plugins that extend SplitterTransform.
Testing
Tested by implementing prepareRun
in NullFieldSplitter and verifying that it gets called.