gruuya commented on code in PR #5282:
URL: https://github.com/apache/arrow-rs/pull/5282#discussion_r1448596331
##########
arrow-cast/src/parse.rs:
##########
@@ -1503,6 +1509,11 @@ mod tests {
"2020-09-08-03",
"2020--04-03",
"2020--",
+ "2020-09-08 01",
+ "2020-09-08 01:02",
+ "2020-09-08 01-02-03",
+ "2020-9-8 01:02:03",
+ "2020-09-08 1:2:3",
Review Comment:
Yeah, let's go with the current approach, since it handles the majority of
use cases anyway.
--
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]