Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CSVInferSchema.scala
  • Loading branch information
Jonathancui123 committed Jul 12, 2022
commit d71558d0e794b504dabbcc930a42e83c40329e2f
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class CSVInferSchema(val options: CSVOptions) extends Serializable {
isParsing = true,
forTimestampNTZ = true)

// val FAST_DATE_FORMAT, SIMPLE_DATE_FORMAT, LENIENT_SIMPLE_DATE_FORMAT = Value

private lazy val dateFormatter = DateFormatter(
options.dateFormatInRead,
options.locale,
Expand Down