Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E81EC200C7E for ; Tue, 23 May 2017 21:52:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E6FC1160BA4; Tue, 23 May 2017 19:52:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3A449160BC3 for ; Tue, 23 May 2017 21:52:09 +0200 (CEST) Received: (qmail 14958 invoked by uid 500); 23 May 2017 19:52:08 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 14947 invoked by uid 99); 23 May 2017 19:52:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2017 19:52:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id F0180C030F for ; Tue, 23 May 2017 19:52:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id BD-5vWBohmFl for ; Tue, 23 May 2017 19:52:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EDE3F5FBC1 for ; Tue, 23 May 2017 19:52:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 61930E0D2B for ; Tue, 23 May 2017 19:52:06 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 27C7D21B5A for ; Tue, 23 May 2017 19:52:05 +0000 (UTC) Date: Tue, 23 May 2017 19:52:05 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3878) CursorName and CursorFetchPlan lack license headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 23 May 2017 19:52:10 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021729#comment-16021729 ] ASF GitHub Bot commented on PHOENIX-3878: ----------------------------------------- GitHub user bijugs opened a pull request: https://github.com/apache/phoenix/pull/249 PHOENIX-3878 Add license headers missed in PHOENIX-3572 Add Apache license headers missed in ``PHOENIX-3572``. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bijugs/phoenix PHOENIX-3878 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/phoenix/pull/249.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #249 ---- commit 0bbab2c0caeae0b647cead9e5995b0293b7851e9 Author: Biju Nair Date: 2017-05-23T19:48:43Z PHOENIX-3878 Add license headers missed in PHOENIX-3572 ---- > CursorName and CursorFetchPlan lack license headers > --------------------------------------------------- > > Key: PHOENIX-3878 > URL: https://issues.apache.org/jira/browse/PHOENIX-3878 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.11.0 > Reporter: Geoffrey Jacoby > Assignee: Biju Nair > Priority: Blocker > > CursorName and CursorFetchPlan were recently added as part of PHOENIX-3572, but they appear to lack Apache license headers. This is causing HadoopQA to fail for unrelated patch submissions because they fail the release audit. -- This message was sent by Atlassian JIRA (v6.3.15#6346)