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)