Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E173B200CF7 for ; Tue, 19 Sep 2017 15:38:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E04B51609DD; Tue, 19 Sep 2017 13:38:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 332601609DB for ; Tue, 19 Sep 2017 15:38:45 +0200 (CEST) Received: (qmail 58841 invoked by uid 500); 19 Sep 2017 13:38:44 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 58830 invoked by uid 99); 19 Sep 2017 13:38:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2017 13:38:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 69BE1183B2F; Tue, 19 Sep 2017 13:38:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.25 X-Spam-Level: *** X-Spam-Status: No, score=3.25 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id mZK4ZA3Qi9KM; Tue, 19 Sep 2017 13:38:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 660E65FCC3; Tue, 19 Sep 2017 13:38:41 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B6E7CE0044; Tue, 19 Sep 2017 13:38:40 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id A7B80C4083A; Tue, 19 Sep 2017 13:38:40 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6320090036362295620==" MIME-Version: 1.0 Subject: Review Request 62407: HIVE-17378 CBO: HiveReduceExpressionsWithStatsRule can operate on IS_NULL and IS_NOT_NULL From: Zoltan Haindrich To: Ashutosh Chauhan , =?utf-8?q?Jes=C3=BAs_Camacho_Rodr=C3=ADguez?= Cc: hive , Zoltan Haindrich Date: Tue, 19 Sep 2017 13:38:40 -0000 Message-ID: <20170919133840.19919.74658@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Zoltan Haindrich X-ReviewGroup: hive X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/62407/ X-Sender: Zoltan Haindrich X-ReviewBoard-Diff-For: ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/TestHiveReduceExpressionsWithStatsRule.java Reply-To: Zoltan Haindrich X-ReviewRequest-Repository: hive-git archived-at: Tue, 19 Sep 2017 13:38:46 -0000 --===============6320090036362295620== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62407/ ----------------------------------------------------------- Review request for hive, Ashutosh Chauhan and Jesús Camacho Rodríguez. Bugs: HIVE-17378 https://issues.apache.org/jira/browse/HIVE-17378 Repository: hive-git Description ------- add IS_NULL / IS_NOT_NULL support Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReduceExpressionsWithStatsRule.java 6e900b3bfe912cf5e8d6af9574153b318aed8c7a ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/TestHiveReduceExpressionsWithStatsRule.java PRE-CREATION ql/src/test/queries/clientpositive/remove_exprs_stats.q 66e6615047a6d37ff1e67c99d295dcde07240d8e ql/src/test/results/clientpositive/remove_exprs_stats.q.out 4600e71f09430af9f785594faff2d80d2a1f86a9 Diff: https://reviews.apache.org/r/62407/diff/1/ Testing ------- unit test+qtest Thanks, Zoltan Haindrich --===============6320090036362295620==--