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 18A79200D3D for ; Mon, 30 Oct 2017 06:12:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 16E2E160BF7; Mon, 30 Oct 2017 05:12:15 +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 53420160BE3 for ; Mon, 30 Oct 2017 06:12:14 +0100 (CET) Received: (qmail 68855 invoked by uid 500); 30 Oct 2017 05:12:13 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 68839 invoked by uid 99); 30 Oct 2017 05:12:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2017 05:12:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C8AB9DFC00; Mon, 30 Oct 2017 05:12:10 +0000 (UTC) From: jackylk To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1450: [CARBONDATA-1554] Add a new profile spark2.2 ... Content-Type: text/plain Message-Id: <20171030051211.C8AB9DFC00@git1-us-west.apache.org> Date: Mon, 30 Oct 2017 05:12:10 +0000 (UTC) archived-at: Mon, 30 Oct 2017 05:12:15 -0000 Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1450#discussion_r147619175 --- Diff: pom.xml --- @@ -515,6 +515,17 @@ + spark-2.2 + + 2.1.0 + 2.11 + 2.11.8 --- End diff -- Should not hard code the version ---