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 2020/03/13 12:48:02 UTC

[hive] branch master updated: HIVE-16355 HIVE-22893: addendum - missing ASF headers

This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 4da3c68  HIVE-16355 HIVE-22893: addendum - missing ASF headers
4da3c68 is described below

commit 4da3c68e14ec34279b60f431180111f142248860
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Fri Mar 13 12:12:56 2020 +0000

    HIVE-16355 HIVE-22893: addendum - missing ASF headers
---
 .../apache/hive/jdbc/EmbeddedCLIServicePortal.java   | 18 ++++++++++++++++++
 .../ql/stats/estimator/PessimisticStatCombiner.java  | 20 +++++++++++++++++++-
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/jdbc/src/java/org/apache/hive/jdbc/EmbeddedCLIServicePortal.java b/jdbc/src/java/org/apache/hive/jdbc/EmbeddedCLIServicePortal.java
index c572ecc..a389285 100644
--- a/jdbc/src/java/org/apache/hive/jdbc/EmbeddedCLIServicePortal.java
+++ b/jdbc/src/java/org/apache/hive/jdbc/EmbeddedCLIServicePortal.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.hive.jdbc;
 
 import java.util.Map;
diff --git a/ql/src/java/org/apache/hadoop/hive/ql/stats/estimator/PessimisticStatCombiner.java b/ql/src/java/org/apache/hadoop/hive/ql/stats/estimator/PessimisticStatCombiner.java
index 131b422..dde2019 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/stats/estimator/PessimisticStatCombiner.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/stats/estimator/PessimisticStatCombiner.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.stats.estimator;
 
 import java.util.Optional;
@@ -46,4 +64,4 @@ public class PessimisticStatCombiner {
     return Optional.of(result);
 
   }
-}
\ No newline at end of file
+}