-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support str_to_date function push down #1942
Comments
Currently, only |
We can implement this usage first if time is a concern. We will conduct customer case trial on Mon/Tue to see if other usages are required. Of course implementing all usages is better, if time allows. |
Get it @windtalker @zanmato1984 |
TiDB branch for supporting push down |
A following fix for nullable column #1984 |
I've found a bug for fail to parse "03-01-02 8:11:2.123456" with format "%Y-%m-%d %H:%i:%S.%#". But I think it is OK not to pick to the POC branch. |
PR to master (and 5.1.0) |
Related to #1847 |
Need to take care of the performance issue. Related optimization PR for date_format(#1337) (inverse function for str_to_date).
PR to master (and 5.1.0)
tiflash: #1961
tidb: pingcap/tidb#25095
The text was updated successfully, but these errors were encountered: