cdap icon indicating copy to clipboard operation
cdap copied to clipboard

[CDAP-20535] Updated LinearRelationalTransform to support multiple input relations.

Open fernst opened this issue 1 year ago • 0 comments

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.

fernst avatar Apr 03 '23 23:04 fernst