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 B6FC8200D3C for ; Tue, 14 Nov 2017 21:30:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B5360160BF4; Tue, 14 Nov 2017 20:30:20 +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 03C1C160BD7 for ; Tue, 14 Nov 2017 21:30:19 +0100 (CET) Received: (qmail 62426 invoked by uid 500); 14 Nov 2017 20:30:18 -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 62414 invoked by uid 99); 14 Nov 2017 20:30:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2017 20:30:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9F31FC5E4E; Tue, 14 Nov 2017 20:30:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.249 X-Spam-Level: *** X-Spam-Status: No, score=3.249 tagged_above=-999 required=6.31 tests=[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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id nopQEsJ2C0WE; Tue, 14 Nov 2017 20:30:16 +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 5193A5FDB9; Tue, 14 Nov 2017 20:30:16 +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 AB2DAE00C9; Tue, 14 Nov 2017 20:30:15 +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 A5304C401D5; Tue, 14 Nov 2017 20:30:15 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1700409100442462772==" MIME-Version: 1.0 Subject: Review Request 63806: HIVE-16756 : Vectorization: LongColModuloLongColumn throws java.lang.ArithmeticException: divide by zero From: Vihang Karajgaonkar via Review Board To: Matt McCline , Aihua Xu Cc: Vihang Karajgaonkar , hive Date: Tue, 14 Nov 2017 20:30:15 -0000 Message-ID: <20171114203015.16899.98009@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Vihang Karajgaonkar X-ReviewGroup: hive X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/63806/ X-Sender: Vihang Karajgaonkar X-ReviewBoard-Diff-For: ql/src/gen/vectorization/ExpressionTemplates/ColumnDivideLong.txt Reply-To: Vihang Karajgaonkar X-ReviewRequest-Repository: hive-git archived-at: Tue, 14 Nov 2017 20:30:20 -0000 --===============1700409100442462772== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63806/ ----------------------------------------------------------- Review request for hive, Aihua Xu and Matt McCline. Bugs: HIVE-16756 https://issues.apache.org/jira/browse/HIVE-16756 Repository: hive-git Description ------- HIVE-16756 : Vectorization: LongColModuloLongColumn throws java.lang.ArithmeticException: divide by zero Diffs ----- ql/src/gen/vectorization/ExpressionTemplates/ColumnDivideColumn.txt 8b586b1f00ce7d6081f973a5736100d8941f79bc ql/src/gen/vectorization/ExpressionTemplates/ColumnDivideLong.txt PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/LongColDivideLongColumn.java 446c033ed473adfcfa0db630ceb716aecb623612 ql/src/test/queries/clientpositive/vectorization_div0.q 025d457807dd0642965a81c6b093e421c4acd0f8 ql/src/test/results/clientpositive/spark/vectorization_div0.q.out 631b0723fb0d7ab011ad2bfd7be4b33d11d76b1c ql/src/test/results/clientpositive/tez/vectorization_div0.q.out 6c3354cb4a8cd439d86df7e6b0cf759ea4c04cd0 ql/src/test/results/clientpositive/vectorization_div0.q.out 97f1687b85193e681f26c61107a6d9266c1d87a2 vector-code-gen/src/org/apache/hadoop/hive/tools/GenVectorCode.java e58d4e91938dc266111042fe98b05a3d9c6fc5e9 Diff: https://reviews.apache.org/r/63806/diff/1/ Testing ------- Thanks, Vihang Karajgaonkar --===============1700409100442462772==--