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 57D13200B50 for ; Fri, 29 Jul 2016 21:15:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5655E160AA7; Fri, 29 Jul 2016 19:15:22 +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 9DFDA160A6E for ; Fri, 29 Jul 2016 21:15:21 +0200 (CEST) Received: (qmail 3398 invoked by uid 500); 29 Jul 2016 19:15:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 3371 invoked by uid 99); 29 Jul 2016 19:15:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 19:15:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9B1402C0278 for ; Fri, 29 Jul 2016 19:15:20 +0000 (UTC) Date: Fri, 29 Jul 2016 19:15:20 +0000 (UTC) From: "Sai Teja Ranuva (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16306) Add specific imports to avoid namespace clash in defaultSource.scala MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 29 Jul 2016 19:15:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Teja Ranuva updated HBASE-16306: ------------------------------------ Description: I am working on adding Hybrid Logical clocks to HBase. As part of it, I wish to add TimestampType file in hbase common. Spark has some types defined in - org.apache.spark.sql.types, all of which are being imported. It also has a TimestampType defined. As currently in this file, all of the hbase common is imported, creating a namespace clash. I have changed to only import specific hbase common classes that are required in this file. (was: I am working on adding Hybrid Logical clocks to HBase. As part of it, I wish to add TimestampType file in hbase common. Spark has some types defined in - org.apache.spark.sql.types, all of which are being imported. It also has a TimestampType defined. As currently in this file, all of the hbase common is imported, creating a namespace clash. I have changed to imports to only specific hbase common classes that are required in this file.) > Add specific imports to avoid namespace clash in defaultSource.scala > -------------------------------------------------------------------- > > Key: HBASE-16306 > URL: https://issues.apache.org/jira/browse/HBASE-16306 > Project: HBase > Issue Type: Bug > Reporter: Sai Teja Ranuva > Assignee: Sai Teja Ranuva > Priority: Minor > Attachments: HBASE-16306.master.1.patch > > > I am working on adding Hybrid Logical clocks to HBase. As part of it, I wish to add TimestampType file in hbase common. Spark has some types defined in - org.apache.spark.sql.types, all of which are being imported. It also has a TimestampType defined. As currently in this file, all of the hbase common is imported, creating a namespace clash. I have changed to only import specific hbase common classes that are required in this file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)