HyukjinKwon commented on code in PR #42016:
URL: https://github.com/apache/spark/pull/42016#discussion_r1264802048
##########
hadoop-cloud/src/main/scala/org/apache/spark/internal/io/cloud/BindingParquetOutputCommitter.scala:
##########
@@ -104,8 +105,9 @@ class BindingParquetOutputCommitter(
committer.abortJob(jobContext, state)
} catch {
case e: IOException =>
- // swallow exception to avoid problems when called within exception
- // handlers
+ /**
+ * swallow exception to avoid problems when called within
+ * exception handlers **/
Review Comment:
The format here is wrong, and I think we won't need the comment on the top -
we wouldn't comment individual import statements.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]