[jira] [Commented] (SPARK-41715) Catch specific exceptions for both Spark Connect and PySpark

2023-02-12 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-41715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687655#comment-17687655
 ] 

Apache Spark commented on SPARK-41715:
--

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/39983

> Catch specific exceptions for both Spark Connect and PySpark
> 
>
> Key: SPARK-41715
> URL: https://issues.apache.org/jira/browse/SPARK-41715
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect
>Affects Versions: 3.4.0
>Reporter: Hyukjin Kwon
>Assignee: Hyukjin Kwon
>Priority: Minor
> Fix For: 3.4.0
>
>
> In python/pyspark/sql/tests/test_catalog.py, we should catch more specific 
> exceptions such as AnalysisException. The test is shared in both Spark 
> Connect and PySpark so we should figure the way out to share it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-41715) Catch specific exceptions for both Spark Connect and PySpark

2023-02-12 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-41715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687653#comment-17687653
 ] 

Apache Spark commented on SPARK-41715:
--

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/39983

> Catch specific exceptions for both Spark Connect and PySpark
> 
>
> Key: SPARK-41715
> URL: https://issues.apache.org/jira/browse/SPARK-41715
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect
>Affects Versions: 3.4.0
>Reporter: Hyukjin Kwon
>Assignee: Hyukjin Kwon
>Priority: Minor
> Fix For: 3.4.0
>
>
> In python/pyspark/sql/tests/test_catalog.py, we should catch more specific 
> exceptions such as AnalysisException. The test is shared in both Spark 
> Connect and PySpark so we should figure the way out to share it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-41715) Catch specific exceptions for both Spark Connect and PySpark

2023-02-12 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-41715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687652#comment-17687652
 ] 

Apache Spark commented on SPARK-41715:
--

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/39983

> Catch specific exceptions for both Spark Connect and PySpark
> 
>
> Key: SPARK-41715
> URL: https://issues.apache.org/jira/browse/SPARK-41715
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect
>Affects Versions: 3.4.0
>Reporter: Hyukjin Kwon
>Assignee: Hyukjin Kwon
>Priority: Minor
> Fix For: 3.4.0
>
>
> In python/pyspark/sql/tests/test_catalog.py, we should catch more specific 
> exceptions such as AnalysisException. The test is shared in both Spark 
> Connect and PySpark so we should figure the way out to share it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-41715) Catch specific exceptions for both Spark Connect and PySpark

2023-02-08 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-41715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686163#comment-17686163
 ] 

Apache Spark commented on SPARK-41715:
--

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/39947

> Catch specific exceptions for both Spark Connect and PySpark
> 
>
> Key: SPARK-41715
> URL: https://issues.apache.org/jira/browse/SPARK-41715
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect
>Affects Versions: 3.4.0
>Reporter: Hyukjin Kwon
>Priority: Minor
>
> In python/pyspark/sql/tests/test_catalog.py, we should catch more specific 
> exceptions such as AnalysisException. The test is shared in both Spark 
> Connect and PySpark so we should figure the way out to share it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-41715) Catch specific exceptions for both Spark Connect and PySpark

2023-02-08 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-41715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686164#comment-17686164
 ] 

Apache Spark commented on SPARK-41715:
--

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/39947

> Catch specific exceptions for both Spark Connect and PySpark
> 
>
> Key: SPARK-41715
> URL: https://issues.apache.org/jira/browse/SPARK-41715
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect
>Affects Versions: 3.4.0
>Reporter: Hyukjin Kwon
>Priority: Minor
>
> In python/pyspark/sql/tests/test_catalog.py, we should catch more specific 
> exceptions such as AnalysisException. The test is shared in both Spark 
> Connect and PySpark so we should figure the way out to share it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-41715) Catch specific exceptions for both Spark Connect and PySpark

2023-02-08 Thread Apache Spark (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-41715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686162#comment-17686162
 ] 

Apache Spark commented on SPARK-41715:
--

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/39947

> Catch specific exceptions for both Spark Connect and PySpark
> 
>
> Key: SPARK-41715
> URL: https://issues.apache.org/jira/browse/SPARK-41715
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect
>Affects Versions: 3.4.0
>Reporter: Hyukjin Kwon
>Priority: Minor
>
> In python/pyspark/sql/tests/test_catalog.py, we should catch more specific 
> exceptions such as AnalysisException. The test is shared in both Spark 
> Connect and PySpark so we should figure the way out to share it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org