tustvold commented on code in PR #5282:
URL: https://github.com/apache/arrow-rs/pull/5282#discussion_r1448444531
##########
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:
This would likely represent a major performance regression as formulated,
but so long as we don't regress performance I have no major objections
--
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]