From commits-return-16582-archive-asf-public=cust-asf.ponee.io@pinot.apache.org Fri Feb 28 00:19:20 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 80824180181 for ; Fri, 28 Feb 2020 01:19:20 +0100 (CET) Received: (qmail 50029 invoked by uid 500); 28 Feb 2020 00:19:19 -0000 Mailing-List: contact commits-help@pinot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pinot.apache.org Delivered-To: mailing list commits@pinot.apache.org Received: (qmail 50019 invoked by uid 99); 28 Feb 2020 00:19:19 -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; Fri, 28 Feb 2020 00:19:19 +0000 From: GitBox To: commits@pinot.apache.org Subject: [GitHub] [incubator-pinot] Jackie-Jiang commented on issue #5070: Support non-literal expressions for right-side operand in predicate comparison Message-ID: <158284915980.5218.3034311823460277950.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Fri, 28 Feb 2020 00:19:19 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Jackie-Jiang commented on issue #5070: Support non-literal expressions for right-side operand in predicate comparison URL: https://github.com/apache/incubator-pinot/pull/5070#issuecomment-592245251 @fx19880617 Not related to this PR but these 2 queries does not work and make the test flaky: `SELECT COUNT(WeatherDelay) FROM mytable WHERE ArrDelay > CarrierDelay LIMIT 26` `SELECT COUNT(WeatherDelay) FROM mytable WHERE ArrDelay - CarrierDelay > 0 LIMIT 26` I think there are some bugs in the ExpressionFilterOperator ---------------------------------------------------------------- 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@pinot.apache.org For additional commands, e-mail: commits-help@pinot.apache.org