You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/04 16:06:10 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #3037: [Function] Support '%' in date format string

morningman opened a new pull request #3037: [Function] Support '%' in date format string
URL: https://github.com/apache/incubator-doris/pull/3037
 
 
   eg:
   select str_to_date('2014-12-21 12%3A34%3A56', '%Y-%m-%d %H%%3A%i%%3A%s');
   select unix_timestamp('2007-11-30 10:30%3A19', '%Y-%m-%d %H:%i%%3A%s');
   
   This also enable us to extract column fields from HDFS file path with contains '%', such as:
   
   `hdfs://host:port/user/data/partition_date=2020-02-17 00%3A00%3A00/test.txt`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman merged pull request #3037: [Function] Support '%' in date format string

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #3037: [Function] Support '%' in date format string
URL: https://github.com/apache/incubator-doris/pull/3037
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org