dongjoon-hyun commented on code in PR #41271:
URL: https://github.com/apache/spark/pull/41271#discussion_r1202131156


##########
connector/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala:
##########
@@ -1349,7 +1349,7 @@ abstract class AvroSuite
       spark.read.format("avro").load("*/*/*/*/*/*/*/something.avro")
     }
 
-    intercept[FileNotFoundException] {
+    intercept[IOException] {

Review Comment:
   This looks like a breaking change because this is a kind of information loss.
   Could you mention this to the PR description?



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

Reply via email to