You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "itholic (via GitHub)" <gi...@apache.org> on 2023/12/04 02:26:57 UTC

[PR] [SPARK-46226][PYTHON] Migrate all remaining `RuntimeError`s into PySpark error framework. [spark]

itholic opened a new pull request, #44143:
URL: https://github.com/apache/spark/pull/44143

   ### What changes were proposed in this pull request?
   
   This PR proposes to igrate all remaining `RuntimeError`s into PySpark error framework, `PySparkRuntimeError` with assigning dedicated error classes.
   
   
   ### Why are the changes needed?
   
   To improve the error handling in PySpark.
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   No API changes, but the user-facing error messages will be improved.
   
   
   ### How was this patch tested?
   
   The existing CI should pass.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46226][PYTHON] Migrate all remaining `RuntimeError` into PySpark error framework. [spark]

Posted by "itholic (via GitHub)" <gi...@apache.org>.
itholic commented on PR #44143:
URL: https://github.com/apache/spark/pull/44143#issuecomment-1841910066

   This is the last one migrating error class that has not been reviewed yet. cc @HyukjinKwon @dongjoon-hyun Would you mind taking a look when you find some time 😺 


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46226][PYTHON] Migrate all remaining `RuntimeError` into PySpark error framework. [spark]

Posted by "HyukjinKwon (via GitHub)" <gi...@apache.org>.
HyukjinKwon commented on PR #44143:
URL: https://github.com/apache/spark/pull/44143#issuecomment-1841946026

   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 comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46226][PYTHON] Migrate all remaining `RuntimeError` into PySpark error framework. [spark]

Posted by "HyukjinKwon (via GitHub)" <gi...@apache.org>.
HyukjinKwon closed pull request #44143: [SPARK-46226][PYTHON] Migrate all remaining `RuntimeError` into PySpark error framework.
URL: https://github.com/apache/spark/pull/44143


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org