HyukjinKwon commented on a change in pull request #33148: URL: https://github.com/apache/spark/pull/33148#discussion_r661117977
########## File path: core/src/main/scala/org/apache/spark/internal/io/FileCommitProtocol.scala ########## @@ -41,7 +42,11 @@ import org.apache.spark.util.Utils * (or abortTask if task failed). * 3. When all necessary tasks completed successfully, the driver calls commitJob. If the job * failed to execute (e.g. too many failed tasks), the job should call abortJob. + * + * NOTE: this class is exposed as an API considering the usage of many downstream custom Review comment: no big deal but I would use `@note` instead. -- 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