Repository: asterixdb
Updated Branches:
  refs/heads/master d561448a6 -> 913443086


some whitespace cleanup

Change-Id: Ie4b1a5fec98fe3d396e81c802cecf2580e10b459
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1540
Sonar-Qube: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
BAD: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Reviewed-by: Ildar Absalyamov <ildar.absalya...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/91344308
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/91344308
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/91344308

Branch: refs/heads/master
Commit: 9134430867959f1dc75bc0975c5d6b2636db6fe9
Parents: d561448
Author: Till Westmann <ti...@apache.org>
Authored: Thu Mar 2 09:18:52 2017 -0800
Committer: Till Westmann <ti...@apache.org>
Committed: Fri Mar 3 15:46:16 2017 -0800

----------------------------------------------------------------------
 .../types/domain_boundaries/domain_boundaries.2.ddl.aql        | 2 +-
 .../types/domain_boundaries/domain_boundaries.3.query.aql      | 2 +-
 .../domain_boundaries_error/domain_boundaries_error.1.ddl.aql  | 3 +--
 .../domain_boundaries_error/domain_boundaries_error.2.ddl.aql  | 4 +---
 .../domain_boundaries_error/domain_boundaries_error.3.ddl.aql  | 4 +---
 .../domain_boundaries_error/domain_boundaries_error.4.ddl.aql  | 5 +----
 .../domain_boundaries_error/domain_boundaries_error.5.ddl.aql  | 6 +-----
 7 files changed, 7 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/91344308/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.2.ddl.aql
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.2.ddl.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.2.ddl.aql
index 551f658..fcf56d6 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.2.ddl.aql
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.2.ddl.aql
@@ -34,4 +34,4 @@ insert into dataset TestDS(
    "int16": int16("32767"),
    "int32": int32("2147483647"),
    "int64": int64("9223372036854775807")
-})
\ No newline at end of file
+})

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/91344308/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.3.query.aql
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.3.query.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.3.query.aql
index 1b11312..1764205 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.3.query.aql
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries/domain_boundaries.3.query.aql
@@ -16,4 +16,4 @@
  * specific language governing permissions and limitations
  * under the License.
  */
- for $x in dataset test.TestDS return $x;
\ No newline at end of file
+for $x in dataset test.TestDS return $x;

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/91344308/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.1.ddl.aql
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.1.ddl.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.1.ddl.aql
index 3aacd8f..5829c20 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.1.ddl.aql
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.1.ddl.aql
@@ -1,4 +1,3 @@
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -26,4 +25,4 @@ create type Type as open {
   id: int64
 }
 
-create dataset TestDS(Type) primary key id;
\ No newline at end of file
+create dataset TestDS(Type) primary key id;

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/91344308/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.2.ddl.aql
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.2.ddl.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.2.ddl.aql
index 8ae6438..6d40bcf 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.2.ddl.aql
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.2.ddl.aql
@@ -1,5 +1,3 @@
-
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -43,4 +41,4 @@ insert into dataset TestDS(
 {
    "id": 2,
    "int8": int8("128")
-})
\ No newline at end of file
+})

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/91344308/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.3.ddl.aql
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.3.ddl.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.3.ddl.aql
index 1aaf98c..e7180b5 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.3.ddl.aql
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.3.ddl.aql
@@ -1,5 +1,3 @@
-
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -43,4 +41,4 @@ insert into dataset TestDS(
 {
    "id": 2,
    "int16": int16("32768")
-})
\ No newline at end of file
+})

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/91344308/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.4.ddl.aql
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.4.ddl.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.4.ddl.aql
index 40d85c01b..d34093e 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.4.ddl.aql
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.4.ddl.aql
@@ -1,6 +1,3 @@
-
-
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -44,4 +41,4 @@ insert into dataset TestDS(
 {
    "id": 2,
    "int32": int32("2147483648")
-})
\ No newline at end of file
+})

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/91344308/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.5.ddl.aql
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.5.ddl.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.5.ddl.aql
index 411a78c..bd88802 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.5.ddl.aql
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/types/domain_boundaries_error/domain_boundaries_error.5.ddl.aql
@@ -1,7 +1,3 @@
-
-
-
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -45,4 +41,4 @@ insert into dataset TestDS(
 {
    "id": 2,
    "int64": int64("9223372036854775808")
-})
\ No newline at end of file
+})

Reply via email to