You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sai Teja Ranuva (JIRA)" <ji...@apache.org> on 2016/07/29 19:12:21 UTC

[jira] [Created] (HBASE-16306) Add specific imports to avoid namespace clash in defaultSource.scala

Sai Teja Ranuva created HBASE-16306:
---------------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)