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

    https://github.com/apache/spark/pull/21769#discussion_r202524696
  
    --- 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 --
    
    Does it just introduce unnesseccary dependency here and overcomplicate the 
test? I can create small (with just one row) avro file without `.avro` 
extension especially for the test. 


---

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

Reply via email to