jiayuasu commented on pull request #516: URL: https://github.com/apache/incubator-sedona/pull/516#issuecomment-819899491
@netanel246 This is because you have multiple test cases create SparkSession which all try to take over the port (4040, I guess). To fix that, I suggest you use the initialize function in TestBase. Here is an example: https://github.com/apache/incubator-sedona/blob/master/core/src/test/java/org/apache/sedona/core/formatMapper/TestReadInvalidSyntaxGeometriesTest.java#L42 Let's see how it goes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
