panbingkun commented on PR #44503:
URL: https://github.com/apache/spark/pull/44503#issuecomment-1869914156

   How to find `unused error classes` in `Spark code repo`
   1.Generate the names of `all error classes based` on `error classes. json`.
   2.Use a shell script to locate each of the above `error classes` in the 
`Spark code repo` and identify any unused error classes.
   3.Manually check again.
   
   During the search process above, some unused error classes were also 
discovered, as follows:
   - INTERNAL_ERROR_BROADCAST
   - INTERNAL_ERROR_MEMORY
   - INTERNAL_ERROR_STORAGE
   - INTERNAL_ERROR_SHUFFLE
   - INTERNAL_ERROR_EXECUTOR
   
   These error classes did not appear in the `Spark code repo`, but they are 
temporarily retained as they are internal errors.
   


-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to