You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a new timestamp format, the java_sql_timestamp,
which is very similar to iso8601, except that it has a space instead
of a T between the date and the hour and does not end with Z
(or any other timestamp delimiter)
This is the format: "%Y-%m-%d %H:%M:%S"
This is unfortunatelly the only format accepted by Amazon Athena.
Signed-off-by: Marcos Diez <[email protected]>
0 commit comments