vojtechtoman commented on PR #9694: URL: https://github.com/apache/arrow-datafusion/pull/9694#issuecomment-2011304428
@tustvold the existing implementation was already using those (via `string_to_timestamp_nanos`). One thing I noticed early on while profiling is that the upstream parser can be optimized even further. This is why I copied a bunch of parsing code from upstream to this PR to see if there are any quick wins there (there are). Obviously, this should go into upstream eventually. -- 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]
