what is catalyst in spark

User16826994223
Databricks Employee
Databricks Employee
 

User16826994223
Databricks Employee
Databricks Employee

Spark SQL was designed with an optimizer called Catalyst based on the functional programming of Scala. Its two main purposes are: first, to add new optimization techniques to solve some problems with “big data” and second, to allow developers to expand and customize the functions of the optimizer.

View solution in original post