From b661c354b3163e2fc354e5cf0e080a2a0ca10ec7 Mon Sep 17 00:00:00 2001 From: Sakthi Date: Thu, 8 Aug 2019 18:43:51 -0700 Subject: [PATCH] HIVE-21549: Fix duplicated asf headers --- .../hive/ql/udf/generic/GenericUDFTrunc.java | 1 - .../hive/ql/exec/TestOperatorNames.java | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java index c56d0f2e181146acd457c13622e4a159d9e78886..744916dd4ad7d05dcc8b92f88d56a4e60fd27085 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java @@ -1,5 +1,4 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one * 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 diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/TestOperatorNames.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/TestOperatorNames.java index 530ff91ee17d19c60a3c1fcc8053cef4aef2c99f..8ef2246dff8b23d3de5694806d9cad5f623fc9a1 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/TestOperatorNames.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/TestOperatorNames.java @@ -18,8 +18,6 @@ package org.apache.hadoop.hive.ql.exec; - - import org.apache.hadoop.hive.ql.exec.vector.VectorAppMasterEventOperator; import org.apache.hadoop.hive.ql.exec.vector.VectorFilterOperator; import org.apache.hadoop.hive.ql.exec.vector.VectorGroupByOperator; @@ -37,23 +35,6 @@ import org.junit.After; import org.junit.Test; -/* - * 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. - */ - /** * OperatorNames Test. */ -- 2.20.1 (Apple Git-117)