Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E98EA174B9 for ; Fri, 25 Sep 2015 01:39:43 +0000 (UTC) Received: (qmail 29778 invoked by uid 500); 25 Sep 2015 01:39:41 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 29676 invoked by uid 500); 25 Sep 2015 01:39:41 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 28136 invoked by uid 99); 25 Sep 2015 01:39:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 01:39:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6F6D9E0A9F; Fri, 25 Sep 2015 01:39:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: xuf@apache.org To: commits@hive.apache.org Date: Fri, 25 Sep 2015 01:40:04 -0000 Message-Id: In-Reply-To: <0d6526eecc944404bd1fd32595ca2990@git.apache.org> References: <0d6526eecc944404bd1fd32595ca2990@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [26/50] [abbrv] hive git commit: HIVE-11783: Extending HPL/SQL parser (Dmitry Tolpeko reviewed by Alan Gates) http://git-wip-us.apache.org/repos/asf/hive/blob/06790789/hplsql/src/test/results/offline/select_db2.out.txt ---------------------------------------------------------------------- diff --git a/hplsql/src/test/results/offline/select_db2.out.txt b/hplsql/src/test/results/offline/select_db2.out.txt new file mode 100644 index 0000000..1d64e8a --- /dev/null +++ b/hplsql/src/test/results/offline/select_db2.out.txt @@ -0,0 +1,6 @@ +Ln:1 SELECT +Ln:1 select coalesce(max(info_id) + 1, 0) from sproc_info +Ln:1 Not executed - offline mode set +Ln:3 SELECT +Ln:3 select cd, cd + inc days, cd - inc days + coalesce(inc, 0) days from (select date '2015-09-02' as cd, 3 as inc from sysibm.sysdummy1) +Ln:3 Not executed - offline mode set \ No newline at end of file