From commits-return-2984-archive-asf-public=cust-asf.ponee.io@druid.apache.org Tue Sep 25 02:44:01 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B4735180675 for ; Tue, 25 Sep 2018 02:44:00 +0200 (CEST) Received: (qmail 87083 invoked by uid 500); 25 Sep 2018 00:43:59 -0000 Mailing-List: contact commits-help@druid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@druid.apache.org Delivered-To: mailing list commits@druid.apache.org Received: (qmail 87071 invoked by uid 99); 25 Sep 2018 00:43:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2018 00:43:59 +0000 From: GitBox To: commits@druid.apache.org Subject: [GitHub] gianm opened a new pull request #6374: SQL: Unwrap IS_TRUE, IS_FALSE and friends when building a filter. Message-ID: <153783623860.8418.8809354467293182410.gitbox@gitbox.apache.org> Date: Tue, 25 Sep 2018 00:43:58 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit gianm opened a new pull request #6374: SQL: Unwrap IS_TRUE, IS_FALSE and friends when building a filter. URL: https://github.com/apache/incubator-druid/pull/6374 It makes the filters nicer: we can use more low level filters rather than falling back to "expression". Adds a test for this too. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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@druid.apache.org For additional commands, e-mail: commits-help@druid.apache.org