Any comparisons with Databricks Spark. When we started experimenting with Spark, we initially used AWS EMR. But then the same code was way faster on Databricks than it was on EMR, which resulted in us ditching EMR.
Interesting, looks like it is just DataFusion engine for Spark. There is a similar project: <a href="https://github.com/oap-project/gluten">https://github.com/oap-project/gluten</a> - it brings ClickHouse as an engine to Spark.
For a split second, I thought bazel[0] finally got externally renamed to its true name.<p>[0] <a href="https://en.m.wikipedia.org/wiki/Bazel_(software)" rel="nofollow noreferrer">https://en.m.wikipedia.org/wiki/Bazel_(software)</a>
Unfortunate name overlap with an under-loved PyData project: <a href="https://blaze.pydata.org" rel="nofollow noreferrer">https://blaze.pydata.org</a>