Github user gengliangwang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21769#discussion_r202521435
  
    --- Diff: 
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala ---
    @@ -809,4 +810,16 @@ class AvroSuite extends SparkFunSuite {
           assert(readDf.collect().sameElements(writeDf.collect()))
         }
       }
    +
    +  test("SPARK-24805: reading files without .avro extension") {
    --- End diff --
    
    Nit: Can we create a temp path and copy the original `episodes.avro` to the 
path? So that we don't need to have two duplicated resource file. 


---

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

Reply via email to