You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ Some metadata
~Comment at the start of the line
make,model,year,price,comment,extra
"Ford","F-150","2020","30,135.15","Luxury/Fullsize"
~GMC,Sierra 1500,1997,20000,"No comment",
Chevy,D-Max,2015,"5,000.10"
~ Last comment line
When parsed with the comment char ~ results in the last line being
"Chevy","D-Max","2015","5,000.10","~ Last comment line",""
This is not what happens with Spark.
Steps/Code to reproduce bug
There is an integration test already for this.test_basic_read for trucks-comments.csv
The text was updated successfully, but these errors were encountered:
Describe the bug
When parsed with the comment char
~
results in the last line beingThis is not what happens with Spark.
Steps/Code to reproduce bug
There is an integration test already for this.
test_basic_read
fortrucks-comments.csv
The text was updated successfully, but these errors were encountered: