Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-05-09 Thread via GitHub
HyukjinKwon closed pull request #46435: [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server URL: https://github.com/apache/spark/pull/46435 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-05-09 Thread via GitHub
HyukjinKwon commented on PR #46435: URL: https://github.com/apache/spark/pull/46435#issuecomment-2102191894 Merged to master. -- 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

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-05-08 Thread via GitHub
nija-at commented on code in PR #46435: URL: https://github.com/apache/spark/pull/46435#discussion_r1594987550 ## python/pyspark/sql/connect/session.py: ## @@ -287,7 +287,17 @@ def _set_default_and_active_session(cls, session: "SparkSession") -> None: @classmethod

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-05-08 Thread via GitHub
HyukjinKwon commented on code in PR #46435: URL: https://github.com/apache/spark/pull/46435#discussion_r1594800073 ## python/pyspark/sql/connect/session.py: ## @@ -287,7 +287,17 @@ def _set_default_and_active_session(cls, session: "SparkSession") -> None: @classmethod

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-05-08 Thread via GitHub
HyukjinKwon commented on code in PR #46435: URL: https://github.com/apache/spark/pull/46435#discussion_r1594800073 ## python/pyspark/sql/connect/session.py: ## @@ -287,7 +287,17 @@ def _set_default_and_active_session(cls, session: "SparkSession") -> None: @classmethod

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-04-26 Thread via GitHub
nemanja-boric-databricks commented on PR #46221: URL: https://github.com/apache/spark/pull/46221#issuecomment-2079973373 Yeah, I'll followup with the fix PR for scala client -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-04-26 Thread via GitHub
juliuszsompolski commented on PR #46221: URL: https://github.com/apache/spark/pull/46221#issuecomment-2079934132 > yes we most likely need the same for Scala. @nemanja-boric-databricks @nija-at would one of you have time to followup and check and fix for scala if needed? -- This

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-04-26 Thread via GitHub
zhengruifeng commented on PR #46221: URL: https://github.com/apache/spark/pull/46221#issuecomment-2078787886 thanks, merged to master -- 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

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-04-26 Thread via GitHub
zhengruifeng closed pull request #46221: [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server URL: https://github.com/apache/spark/pull/46221 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [SPARK-47986][CONNECT][PYTHON] Unable to create a new session when the default session is closed by the server [spark]

2024-04-25 Thread via GitHub
juliuszsompolski commented on PR #46221: URL: https://github.com/apache/spark/pull/46221#issuecomment-2077328170 The SESSION_CHANGED error comes from https://github.com/apache/spark/pull/45499, cc @nemanja-boric-databricks and @hvanhovell . This seems like a followup-fix to that change and