Repository: hive Updated Branches: refs/heads/master 555acb077 -> a56ccebd5
HIVE-20709 : Add ASF license (Nishant Bangarwa via Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/a56ccebd Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/a56ccebd Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/a56ccebd Branch: refs/heads/master Commit: a56ccebd5402139999bb1eeac4300abc4c974ff4 Parents: 555acb0 Author: Nishant <[email protected]> Authored: Mon Oct 8 12:41:34 2018 +0530 Committer: Ashutosh Chauhan <[email protected]> Committed: Mon Oct 8 08:51:17 2018 -0700 ---------------------------------------------------------------------- .../calcite/rules/jdbc/HiveJdbcImplementor.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/a56ccebd/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/HiveJdbcImplementor.java ---------------------------------------------------------------------- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/HiveJdbcImplementor.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/HiveJdbcImplementor.java index edca312..531e769 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/HiveJdbcImplementor.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/HiveJdbcImplementor.java @@ -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.hadoop.hive.ql.optimizer.calcite.rules.jdbc; import java.util.ArrayList;
