You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by li...@apache.org on 2017/05/13 04:16:50 UTC

hive git commit: HIVE-16658: TestTimestampTZ.java has missed the ASF header (Saijin Huang via Rui)

Repository: hive
Updated Branches:
  refs/heads/master 4291c467a -> f2fa83cd1


HIVE-16658: TestTimestampTZ.java has missed the ASF header (Saijin Huang via Rui)


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

Branch: refs/heads/master
Commit: f2fa83cd1552e85526ff02a6f3473f5a36bfde8f
Parents: 4291c46
Author: Saijin Huang <hu...@zte.com.cn>
Authored: Sat May 13 12:16:45 2017 +0800
Committer: Rui Li <li...@apache.org>
Committed: Sat May 13 12:16:45 2017 +0800

----------------------------------------------------------------------
 .../hadoop/hive/common/type/TestTimestampTZ.java  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/f2fa83cd/common/src/test/org/apache/hadoop/hive/common/type/TestTimestampTZ.java
----------------------------------------------------------------------
diff --git a/common/src/test/org/apache/hadoop/hive/common/type/TestTimestampTZ.java b/common/src/test/org/apache/hadoop/hive/common/type/TestTimestampTZ.java
index 739850a..0cef77a 100644
--- a/common/src/test/org/apache/hadoop/hive/common/type/TestTimestampTZ.java
+++ b/common/src/test/org/apache/hadoop/hive/common/type/TestTimestampTZ.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.common.type;
 
 import org.junit.Assert;