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 57F2C2007D1 for ; Thu, 12 May 2016 11:14:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5517C160A15; Thu, 12 May 2016 09:14:14 +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 C30EA160868 for ; Thu, 12 May 2016 11:14:13 +0200 (CEST) Received: (qmail 57866 invoked by uid 500); 12 May 2016 09:14:12 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 57846 invoked by uid 99); 12 May 2016 09:14:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2016 09:14:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CE43B2C14F4 for ; Thu, 12 May 2016 09:14:12 +0000 (UTC) Date: Thu, 12 May 2016 09:14:12 +0000 (UTC) From: "Sean Owen (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SPARK-15290) Move annotations, like @Since / @DeveloperApi, into spark-tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 12 May 2016 09:14:14 -0000 Sean Owen created SPARK-15290: --------------------------------- Summary: Move annotations, like @Since / @DeveloperApi, into spark-tags Key: SPARK-15290 URL: https://issues.apache.org/jira/browse/SPARK-15290 Project: Spark Issue Type: Improvement Components: Build Affects Versions: 2.0.0 Reporter: Sean Owen Assignee: Sean Owen https://issues.apache.org/jira/browse/SPARK-14613 reminds us that annotations like {{@Since}} are only accessible from modules that depend on spark-core right now. Being merely annotations, things like this and {{@AlphaComponent}}, etc. can be in a module like spark-tags (renamed from spark-test-tags). This component already has annotations for tests. I don't propose to move SQL-specific annotations out though, as they're not that general. I believe we should get this change in for 2.0 since it's a module name and structure change. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org