kangkaisen opened a new issue #1148: Partition pruning support more function URL: https://github.com/apache/incubator-doris/issues/1148 Make the following sql support Partition pruning: ``` WHERE waybill_ctime BETWEEN unix_timestamp(adddate(from_unixtime(unix_timestamp(20190505),'yyyy-MM-dd'),-7)) AND unix_timestamp(adddate(from_unixtime(unix_timestamp(20190505),'yyyy-MM-dd'),-6))) ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
