Omega359 commented on issue #5398: URL: https://github.com/apache/arrow-datafusion/issues/5398#issuecomment-1866926774
When to_date/to_timestamp/etc is used from spark [the format](https://spark.apache.org/docs/latest/sql-ref-datetime-pattern.html) is only passingly similar to Java's SimpleDateFormat with enough differences to be annoyingly incompatible except for simple formats ('EEE' is unsupported without additional work, w/W, Y, O, etc). I would not generally recommend the Java format. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
