You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/07 11:51:57 UTC

[GitHub] [spark] panbingkun opened a new pull request, #38532: [MINOR] Replace new SparkException(errorClass = "INTERNAL_ERROR", ...) with SparkException.internalError

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

   ### What changes were proposed in this pull request?
   The pr aims to replace `new SparkException(errorClass = "INTERNAL_ERROR", ...)` with `SparkException.internalError`
   
   ### Why are the changes needed?
   The changes improve the error framework.
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   Pass GA.


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


[GitHub] [spark] MaxGekk closed pull request #38532: [MINOR][SQL] Replace `new SparkException(errorClass = "INTERNAL_ERROR", ...)` by `SparkException.internalError`

Posted by GitBox <gi...@apache.org>.
MaxGekk closed pull request #38532: [MINOR][SQL] Replace `new SparkException(errorClass = "INTERNAL_ERROR", ...)` by `SparkException.internalError`
URL: https://github.com/apache/spark/pull/38532


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


[GitHub] [spark] MaxGekk commented on pull request #38532: [MINOR] Replace `new SparkException(errorClass = "INTERNAL_ERROR", ...)` with `SparkException.internalError`

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on PR #38532:
URL: https://github.com/apache/spark/pull/38532#issuecomment-1305981470

   +1, LGTM. Merging to master.
   Thank you, @panbingkun.


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


[GitHub] [spark] AmplabJenkins commented on pull request #38532: [MINOR] Replace new SparkException(errorClass = "INTERNAL_ERROR", ...) with SparkException.internalError

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on PR #38532:
URL: https://github.com/apache/spark/pull/38532#issuecomment-1305494758

   Can one of the admins verify this patch?


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