From issues-return-65623-archive-asf-public=cust-asf.ponee.io@drill.apache.org Tue May 7 20:33:01 2019 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 96E6818064C for ; Tue, 7 May 2019 22:33:01 +0200 (CEST) Received: (qmail 68322 invoked by uid 500); 7 May 2019 20:33:01 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 68306 invoked by uid 99); 7 May 2019 20:33:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2019 20:33:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 644A7E0095 for ; Tue, 7 May 2019 20:33:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1CF1220FEB for ; Tue, 7 May 2019 20:33:00 +0000 (UTC) Date: Tue, 7 May 2019 20:33:00 +0000 (UTC) From: "Boaz Ben-Zvi (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-7240) Run-time rowgroup pruning match() fails on casting a Long to an Integer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-7240?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi updated DRILL-7240: -------------------------------- Labels: ready-to-commit (was: ) > Run-time rowgroup pruning match() fails on casting a Long to an Integer > ----------------------------------------------------------------------- > > Key: DRILL-7240 > URL: https://issues.apache.org/jira/browse/DRILL-7240 > Project: Apache Drill > Issue Type: Sub-task > Components: Storage - Parquet > Affects Versions: 1.17.0 > Reporter: Boaz Ben-Zvi > Assignee: Boaz Ben-Zvi > Priority: Major > Labels: ready-to-commit > Fix For: 1.17.0 > > > After a Parquet table is refreshed with selected "interesting" columns, a= query whose WHERE clause contains a condition on a "non interesting" INT64= column fails during run-time pruning (calling match()) with: > {noformat} > org.apache.drill.common.exceptions.UserException: SYSTEM ERROR: ClassCast= Exception: java.lang.Long cannot be cast to java.lang.Integer > {noformat} > =C2=A0Near-term fix suggestion: Catch the match() exception error, and in= stead do not prune (i.e. run-time pruning would be disabled in such cases). -- This message was sent by Atlassian JIRA (v7.6.3#76005)