You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2018/05/11 12:20:35 UTC

hive git commit: HIVE-19468: Add Apache license to TestTxnConcatenate (Igor Kryvenko via Zoltan Haindrich)

Repository: hive
Updated Branches:
  refs/heads/master fb7987059 -> 8028ce8a4


HIVE-19468: Add Apache license to TestTxnConcatenate (Igor Kryvenko via Zoltan Haindrich)

Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>


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

Branch: refs/heads/master
Commit: 8028ce8a4cf5a03e2998c33e032a511fae770b47
Parents: fb79870
Author: Igor Kryvenko <kr...@gmail.com>
Authored: Fri May 11 14:19:54 2018 +0200
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Fri May 11 14:19:54 2018 +0200

----------------------------------------------------------------------
 .../apache/hadoop/hive/ql/TestTxnConcatenate.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8028ce8a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnConcatenate.java
----------------------------------------------------------------------
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnConcatenate.java b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnConcatenate.java
index 92bcefe..2663fec 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnConcatenate.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnConcatenate.java
@@ -1,3 +1,21 @@
+/*
+ * 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.hadoop.hive.ql;
 
 import org.apache.hadoop.hive.conf.HiveConf;