Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 099FF17EEB for ; Tue, 7 Apr 2015 11:27:02 +0000 (UTC) Received: (qmail 24342 invoked by uid 500); 7 Apr 2015 11:26:27 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 24312 invoked by uid 500); 7 Apr 2015 11:26:27 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 24303 invoked by uid 99); 7 Apr 2015 11:26:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 11:26:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Apr 2015 11:26:05 +0000 Received: (qmail 20974 invoked by uid 99); 7 Apr 2015 11:26:02 -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; Tue, 07 Apr 2015 11:26:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 65BACE0990; Tue, 7 Apr 2015 11:26:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: ignite-437: licenses Date: Tue, 7 Apr 2015 11:26:02 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-ignite Updated Branches: refs/heads/ignite-437-sqltests-p2 961bd38e1 -> d41b93640 ignite-437: licenses Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d41b9364 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d41b9364 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d41b9364 Branch: refs/heads/ignite-437-sqltests-p2 Commit: d41b93640ee4e014925f3e276c99cf123d1118cb Parents: 961bd38 Author: Artem Shutak Authored: Tue Apr 7 14:25:57 2015 +0300 Committer: Artem Shutak Committed: Tue Apr 7 14:25:57 2015 +0300 ---------------------------------------------------------------------- .../query/h2/sql/BaseH2CompareQueryTest.java | 22 +++++++++----- .../query/h2/sql/H2CompareBigQueryTest.java | 30 ++++++++++---------- .../processors/query/h2/sql/bigQuery.sql | 19 ++++++++++++- 3 files changed, 48 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d41b9364/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/BaseH2CompareQueryTest.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/BaseH2CompareQueryTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/BaseH2CompareQueryTest.java index 49e326b..abd8f38 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/BaseH2CompareQueryTest.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/BaseH2CompareQueryTest.java @@ -1,10 +1,18 @@ -/* @java.file.header */ - -/* _________ _____ __________________ _____ - * __ ____/___________(_)______ /__ ____/______ ____(_)_______ - * _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ - * / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / - * \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.ignite.internal.processors.query.h2.sql; http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d41b9364/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/H2CompareBigQueryTest.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/H2CompareBigQueryTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/H2CompareBigQueryTest.java index da83372..f941cab 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/H2CompareBigQueryTest.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/H2CompareBigQueryTest.java @@ -36,21 +36,21 @@ import java.util.concurrent.atomic.*; * ------------------ --------------------- * --part.CustOrder-- --part.ReplaceOrder-- * ------------------ --------------------- - * -->- orderId PK - - id PK - - * | - rootOrderId - - rootOrderId - - * | - origOrderId - - refOrderId - // = origOrderId - * | - date - - date - - * | - alias - - alias - - * | - archSeq - - archSeq - ------------------- - * | ------------------ --------------------- ----repl.Exec------ - * | ------------------- - * | ----------------- - rootOrderId PK - - * | ---part.Cancel--- - date - - * | ----------------- --------------------- - execShares int - - * -- - id PK - --part.OrderParams--- - price int - - * - refOrderId - --------------------- - lastMkt int - - * - date - - id PK - ------------------- - * ----------------- - orderId - + * - orderId PK - <-- - id PK - + * - rootOrderId - | - rootOrderId - + * - origOrderId - | - refOrderId - // = origOrderId + * - date - | - date - + * - alias - | - alias - + * - archSeq - | - archSeq - ------------------- + * ------------------ | --------------------- ----repl.Exec------ + * | ------------------- + * ----------------- | - rootOrderId PK - + * ---part.Cancel--- | - date - + * ----------------- | --------------------- - execShares int - + * - id PK - | --part.OrderParams--- - price int - + * - refOrderId - ---| --------------------- - lastMkt int - + * - date - | - id PK - ------------------- + * ----------------- ------- - orderId - * - date - * - parentAlgo - * --------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d41b9364/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/bigQuery.sql ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/bigQuery.sql b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/bigQuery.sql index b3f14a5..93b62eb 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/bigQuery.sql +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/sql/bigQuery.sql @@ -1,4 +1,21 @@ -select * +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license agreements. See the NOTICE file distributed with +-- this work for additional information regarding copyright ownership. +-- The ASF licenses this file to You under the Apache License, Version 2.0 +-- (the "License"); you may not use this file except in compliance with +-- the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- + +select * from ( select rootOrderId as custOrderId, co.date, co.orderId, replace(co.alias,'_ALGO','') as alias, op.parentAlgo from (