You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In geotrellis.spark.testkit.TestEnvironment, we provide a SparkContext. We should provide a SparkSession; you can get a spark context from a spark session, but can't start a spark session after the spark context is already created, without some deprecated code.
The text was updated successfully, but these errors were encountered:
In geotrellis.spark.testkit.TestEnvironment, we provide a SparkContext. We should provide a SparkSession; you can get a spark context from a spark session, but can't start a spark session after the spark context is already created, without some deprecated code.
The text was updated successfully, but these errors were encountered: