Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABB6F1075F for ; Tue, 22 Oct 2013 15:46:45 +0000 (UTC) Received: (qmail 87508 invoked by uid 500); 22 Oct 2013 15:46:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87132 invoked by uid 500); 22 Oct 2013 15:46:43 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 86890 invoked by uid 99); 22 Oct 2013 15:46:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 15:46:43 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rick.hillegas@oracle.com designates 156.151.31.81 as permitted sender) Received: from [156.151.31.81] (HELO userp1040.oracle.com) (156.151.31.81) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 15:46:35 +0000 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9MFkDss008380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 22 Oct 2013 15:46:14 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9MFkCeW022237 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 22 Oct 2013 15:46:13 GMT Received: from abhmt103.oracle.com (abhmt103.oracle.com [141.146.116.55]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9MFkBFX010542 for ; Tue, 22 Oct 2013 15:46:12 GMT Received: from dhcp-whq-twvpn-1-vpnpool-10-159-151-153.vpn.oracle.com (/10.159.151.153) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 22 Oct 2013 08:46:11 -0700 Message-ID: <52669DC7.4040307@oracle.com> Date: Tue, 22 Oct 2013 08:46:15 -0700 From: Rick Hillegas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: RestrictedVTI.initScan() does not pass certain Table Functions' predicate expressions References: <1363737418606-128229.post@n7.nabble.com> <5149ABC4.3040901@oracle.com> <1363799618968-128253.post@n7.nabble.com> <1382452516453-134943.post@n7.nabble.com> In-Reply-To: <1382452516453-134943.post@n7.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Virus-Checked: Checked by ClamAV on apache.org On 10/22/13 7:35 AM, drv wrote: > I have now proved that this issue also affects ordinary table scans - which > hopefully will raise its urgency. > > I have added a simple repro to the JIRA issue: > > https://issues.apache.org/jira/browse/DERBY-6115 > > > > -- > View this message in context: http://apache-database.10148.n7.nabble.com/RestrictedVTI-initScan-does-not-pass-certain-Table-Functions-predicate-expressions-tp128229p134943.html > Sent from the Apache Derby Developers mailing list archive at Nabble.com. > Thanks, David.