MaxGekk commented on a change in pull request #26582:
[WIP][SPARK-29949][SQL][2.4] Fix formatting of timestamps by JSON/CSV
datasources
URL: https://github.com/apache/spark/pull/26582#discussion_r347529023
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala
##########
@@ -212,9 +213,9 @@ class CSVSuite extends QueryTest with SharedSQLContext
with SQLTestUtils with Te
// scalastyle:off
spark.sql(
s"""
- |CREATE TEMPORARY VIEW carsTable USING csv
- |OPTIONS (path "${testFile(carsFile8859)}", header "true",
- |charset "iso-8859-1", delimiter "รพ")
+ |CREATE TEMPORARY VIEW carsTable USING csv
Review comment:
IntelliJ IDEA formatted this automatically. I will revert unrelated changes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]