jonathanindig

Results 55 comments of jonathanindig

Thanks for the additional information @bsteffensmeier. Would you expect that the shutdown hooks would be called when the JVM finally exits? I'm not seeing that in my case - perhaps...

Amazing @bsteffensmeier , thanks so much for your quick response! I will try to test this out today.

@bsteffensmeier I set up a test in Scala with some crazy type hierarchies (including testing `List`, which has a [pretty complex hierarchy](https://raw.githubusercontent.com/xuwei-k/sbt-class-diagram/master/sample/list.png)). Scala test code ```scala "Jep" in { val...

Hi @ludovicc, sorry for the delay in response. Can you see if this works with Spark 2.4? We don't yet have a release built against Spark 3.0.0, and it looks...

Hi @izhangzhihao any more information would be helpful, such as the error you're getting, whether it works for you in Spark 2.4, and details about your configuration so we can...

Hi @angadsalaria thanks for your request! Please feel free to submit a PR, we'd be happy to take a look 😄

> @jonathanindig it looks like there's a new (probably unrelated to this change) failure in the `PythonInterpreterSpec`, could you take a look? Looks like a [new version of `jedi`](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst#0180-2020-12-25) was...

> Ideally, the decision of how to pass the dependencies to spark-submit could be a function of the repository (e.g. artifacts from this repository are available as URIs to the...

> > @jonathanindig it looks like there's a new (probably unrelated to this change) failure in the `PythonInterpreterSpec`, could you take a look? > > Looks like a [new version...

Hmm, we had this issue before https://github.com/polynote/polynote/issues/497. Regression?