attilapiros commented on code in PR #37468:
URL: https://github.com/apache/spark/pull/37468#discussion_r964177134
##########
hadoop-cloud/src/hadoop-3/test/scala/org/apache/spark/internal/io/cloud/CommitterBindingSuite.scala:
##########
@@ -76,6 +78,16 @@ class CommitterBindingSuite extends SparkFunSuite {
assert(inner.jobCommitted, s"$inner job not committed")
parquet.abortJob(tContext, JobStatus.State.RUNNING)
assert(inner.jobAborted, s"$inner job not aborted")
+
+ val binding = new BindingPathOutputCommitter(path, tContext)
+ if (binding.isInstanceOf[StreamCapabilities]) {
Review Comment:
Now the test is in the `hadoop-3` directory so do we still need this `if`?
--
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]