Re: [PR] [SPARK-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect. [spark]

2023-10-29 Thread via GitHub
HyukjinKwon closed pull request #43537: [SPARK-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect. URL: https://github.com/apache/spark/pull/43537 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [SPARK-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect. [spark]

2023-10-29 Thread via GitHub
HyukjinKwon commented on PR #43537: URL: https://github.com/apache/spark/pull/43537#issuecomment-1784059080 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-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect. [spark]

2023-10-28 Thread via GitHub
itholic commented on code in PR #43537: URL: https://github.com/apache/spark/pull/43537#discussion_r1375360229 ## python/pyspark/sql/connect/dataframe.py: ## @@ -1639,13 +1639,11 @@ def sampleBy( sampleBy.__doc__ = PySparkDataFrame.sampleBy.__doc__ def

Re: [PR] [SPARK-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect. [spark]

2023-10-27 Thread via GitHub
allisonwang-db commented on code in PR #43537: URL: https://github.com/apache/spark/pull/43537#discussion_r1375068730 ## python/pyspark/sql/connect/dataframe.py: ## @@ -1639,13 +1639,11 @@ def sampleBy( sampleBy.__doc__ = PySparkDataFrame.sampleBy.__doc__ def

Re: [PR] [SPARK-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect. [spark]

2023-10-26 Thread via GitHub
itholic commented on code in PR #43537: URL: https://github.com/apache/spark/pull/43537#discussion_r1373993633 ## python/pyspark/sql/connect/session.py: ## @@ -694,14 +694,10 @@ def streams(self) -> "StreamingQueryManager": streams.__doc__ = PySparkSession.streams.__doc__

Re: [PR] [SPARK-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect. [spark]

2023-10-26 Thread via GitHub
allisonwang-db commented on code in PR #43537: URL: https://github.com/apache/spark/pull/43537#discussion_r1373472305 ## python/pyspark/sql/connect/session.py: ## @@ -694,14 +694,10 @@ def streams(self) -> "StreamingQueryManager": streams.__doc__ =