Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22943#discussion_r231207128
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala
---
@@ -274,7 +274,7 @@ object DateTimeUtils {
}
/**
- * Parses a given UTF8 date string to the corresponding a corresponding
[[Long]] value.
+ * Parses a trimmed UTF8 date string to the corresponding a
corresponding [[Long]] value.
--- End diff --
`Parses a trimmed UTF8` -> `Trim and parse a given UTF8`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]