Mind filing a JIRA?
On Tue, Jun 23, 2015 at 9:34 AM, Koert Kuipers wrote:
> 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
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...