Repository: incubator-hawq Updated Branches: refs/heads/master 55f0ff7e4 -> c7518832f
HAWQ-1100. Add license info Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/c7518832 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/c7518832 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/c7518832 Branch: refs/heads/master Commit: c7518832f9e520ec7ba0c4da5e2e60d51ff5fe04 Parents: 55f0ff7 Author: Kavinder Dhaliwal <[email protected]> Authored: Mon Oct 24 13:52:41 2016 -0700 Committer: Kavinder Dhaliwal <[email protected]> Committed: Mon Oct 24 13:53:01 2016 -0700 ---------------------------------------------------------------------- .../plugins/hive/HiveORCSearchArgumentTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c7518832/pxf/pxf-hive/src/test/java/org/apache/hawq/pxf/plugins/hive/HiveORCSearchArgumentTest.java ---------------------------------------------------------------------- diff --git a/pxf/pxf-hive/src/test/java/org/apache/hawq/pxf/plugins/hive/HiveORCSearchArgumentTest.java b/pxf/pxf-hive/src/test/java/org/apache/hawq/pxf/plugins/hive/HiveORCSearchArgumentTest.java index 6d2a259..382f065 100644 --- a/pxf/pxf-hive/src/test/java/org/apache/hawq/pxf/plugins/hive/HiveORCSearchArgumentTest.java +++ b/pxf/pxf-hive/src/test/java/org/apache/hawq/pxf/plugins/hive/HiveORCSearchArgumentTest.java @@ -1,5 +1,24 @@ package org.apache.hawq.pxf.plugins.hive; +/* + * 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. + */ + import org.apache.hadoop.hive.ql.io.sarg.SearchArgument; import org.apache.hadoop.hive.ql.io.sarg.SearchArgumentFactory; import org.apache.hawq.pxf.api.BasicFilter;
