just a heads up, i was doing some basic coding using DataFrame, Row, StructType, etc. and i ended up with deadlocks in my sbt tests due to the usage of ScalaReflectionLock.synchronized in the spark sql code. the issue away when i changed my tests to run consecutively...
- org.apache.spark.sql.ScalaReflectionLock Koert Kuipers
- Re: org.apache.spark.sql.ScalaReflectionLock Josh Rosen