morningman opened a new issue #1275: Incorrect partition prune when querying with IsNull predicate URL: https://github.com/apache/incubator-doris/issues/1275 **Describe the bug** `create table tbl1 (k1 date) partition by range(k1) (partition p1 values less than("2019-03-31"), partition p2 values less than("2019-04-30")) distributed by hash(k1) buckets 3;` `select * from tbl1 where k1 > "2019-03-15" and k1 is null;` An unexpected exception will be thrown.
---------------------------------------------------------------- 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]
