liutang123 commented on pull request #8235: URL: https://github.com/apache/incubator-doris/pull/8235#issuecomment-1050623605
I think this rule has some limitations. ``` select from_unixtime(1196140219, '%d-%m-%Y %H:%i:%s'), unix_timestamp('01-12-2007 00:30:19', '%d-%m-%Y %H:%i:%s'), '27-11-2007 13:10:19' > '01-12-2007 00:30:19', 1196140219 > 1196440219\G *************************** 1. row *************************** from_unixtime(1196140219, '%d-%m-%Y %H:%i:%s'): 27-11-2007 13:10:19 unix_timestamp('01-12-2007 00:30:19', '%d-%m-%Y %H:%i:%s'): 1196440219 '27-11-2007 13:10:19' > '01-12-2007 00:30:19': 1 1196140219 > 1196440219: 0 ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org