Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
API, Beam, Plugins, Transforms
-
None
Description
Right now the special transform handlers in the Beam plugin is hard-coded.
We need to solve the conundrum of defining an interface and a plugin type which is then implemented by the various plugins like Memory Group By and so on on.
This will allow the Beam transform handlers to synchronize with the regular transform plugins.