We want to be sure that only compatible Transformers will be linked together. So it is a good idea to add to `Transformer` class something like ```python INPUT_FORMAT = Rdd[Row["cname1", "cname2"]] OUTPUT_FORMAT = ... ``` And check compability on linking stage. @vmarkovtsev please assign me.
We want to be sure that only compatible Transformers will be linked together.
So it is a good idea to add to
Transformerclass something likeAnd check compability on linking stage.
@vmarkovtsev please assign me.