cdap
cdap copied to clipboard
[CDAP-20535] Updated LinearRelationalTransform to support multiple input relations.
Engines can use a new capability to signal that they support multiple input relational transform stages.
The Spark SQL Engine is able to quickly combine input stages (using the dataframe union operation).
Since Spark is the fallback engine, this ensures relational transform stages will always be able to execute in Spark.