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

    https://github.com/apache/spark/pull/22503#discussion_r226386187
  
    --- Diff: sql/core/src/test/resources/test-data/cars-crlf.csv ---
    @@ -0,0 +1,7 @@
    +
    +year,make,model,comment,blank
    +"2012","Tesla","S","No comment",
    +
    +1997,Ford,E350,"Go get one now they are going fast",
    +2015,Chevy,Volt
    +
    --- End diff --
    
    Yea, if you open it with `vi -b 
sql/core/src/test/resources/test-data/cars-crlf.csv`, you can see the `^M` 
characters which according to 
[this](https://stackoverflow.com/questions/3860519/see-line-breaks-and-carriage-returns-in-editor)
 represents a CLRF.


---

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

Reply via email to