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 06:05:27 UTC

[PR] [SPARK-46233][PYTHON] Migrate all remaining `AttributeError` into PySpark error framework [spark]

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

   ### What changes were proposed in this pull request?
   
   This PR proposes to migrate all remaining `AttributeError`  from `pyspark/sql/*` into PySpark error framework, `PySparkAttributeError` 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-46233][PYTHON] Migrate all remaining `AttributeError` into PySpark error framework [spark]

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


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