Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20140#discussion_r184870401
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVOptions.scala
---
@@ -150,6 +151,16 @@ class CSVOptions(
val isCommentSet = this.comment != '\u0000'
+ lazy val dateFormatter: DateTimeFormatter = {
--- End diff --
`@transient lazy val`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]