You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/04/19 06:32:34 UTC

[1/2] incubator-carbondata git commit: Added license header for vectorreader/AddColumnTestCases, ChangeDataTypeTestCases, DropColumnTestCases

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 4d00c56eb -> 8b4eec82b


Added license header for vectorreader/AddColumnTestCases,ChangeDataTypeTestCases,DropColumnTestCases


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/7bed7ce8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/7bed7ce8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/7bed7ce8

Branch: refs/heads/master
Commit: 7bed7ce88832d04725098057603de0f3cb1514d3
Parents: 4d00c56
Author: neha <bh...@gmail.com>
Authored: Tue Apr 18 13:51:53 2017 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Wed Apr 19 14:31:14 2017 +0800

----------------------------------------------------------------------
 .../vectorreader/AddColumnTestCases.scala          | 17 +++++++++++++++++
 .../vectorreader/ChangeDataTypeTestCases.scala     | 17 +++++++++++++++++
 .../vectorreader/DropColumnTestCases.scala         | 17 +++++++++++++++++
 3 files changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/7bed7ce8/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/AddColumnTestCases.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/AddColumnTestCases.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/AddColumnTestCases.scala
index 1c7cc2a..3540900 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/AddColumnTestCases.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/AddColumnTestCases.scala
@@ -1,3 +1,20 @@
+/*
+ * 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.spark.carbondata.restructure.vectorreader
 
 import java.math.{BigDecimal, RoundingMode}

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/7bed7ce8/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/ChangeDataTypeTestCases.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/ChangeDataTypeTestCases.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/ChangeDataTypeTestCases.scala
index ebf2ef0..56e4d2e 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/ChangeDataTypeTestCases.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/ChangeDataTypeTestCases.scala
@@ -1,3 +1,20 @@
+/*
+ * 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.spark.carbondata.restructure.vectorreader
 
 import java.math.BigDecimal

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/7bed7ce8/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/DropColumnTestCases.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/DropColumnTestCases.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/DropColumnTestCases.scala
index ce64ffe..7945c22 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/DropColumnTestCases.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/DropColumnTestCases.scala
@@ -1,3 +1,20 @@
+/*
+ * 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.spark.carbondata.restructure.vectorreader
 
 import java.math.{BigDecimal, RoundingMode}


[2/2] incubator-carbondata git commit: [CARBONDATA-894] Added license heade This closes #812

Posted by ch...@apache.org.
[CARBONDATA-894] Added license heade This closes #812


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/8b4eec82
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/8b4eec82
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/8b4eec82

Branch: refs/heads/master
Commit: 8b4eec82b4eb84be5aeeea7af21b691c9c5e3d20
Parents: 4d00c56 7bed7ce
Author: chenliang613 <ch...@huawei.com>
Authored: Wed Apr 19 14:32:20 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Wed Apr 19 14:32:20 2017 +0800

----------------------------------------------------------------------
 .../vectorreader/AddColumnTestCases.scala          | 17 +++++++++++++++++
 .../vectorreader/ChangeDataTypeTestCases.scala     | 17 +++++++++++++++++
 .../vectorreader/DropColumnTestCases.scala         | 17 +++++++++++++++++
 3 files changed, 51 insertions(+)
----------------------------------------------------------------------