Re: IgniteSparkSession Should Copy State on cloneSession()

2018-08-03 Thread Nikolay Izhikov
Hello, Stuart. Looks like a bug. Please, go ahead with fixing it. В Пт, 03/08/2018 в 12:43 +0100, Stuart Macdonald пишет: > Hello Igniters, > > The IgniteSparkSession class extends SparkSession and overrides the > cloneSession() method. The contract for cloneSession() explicitly states > that

IgniteSparkSession Should Copy State on cloneSession()

2018-08-03 Thread Stuart Macdonald
Hello Igniters, The IgniteSparkSession class extends SparkSession and overrides the cloneSession() method. The contract for cloneSession() explicitly states that it should clone all state (ie. the sharedState and sessionState fields), however the IgniteSparkSession implementation doesn't clone

[jira] [Created] (IGNITE-9180) IgniteSparkSession Should Copy State on cloneSession()

2018-08-03 Thread Stuart Macdonald (JIRA)
Stuart Macdonald created IGNITE-9180: Summary: IgniteSparkSession Should Copy State on cloneSession() Key: IGNITE-9180 URL: https://issues.apache.org/jira/browse/IGNITE-9180 Project: Ignite