[ 
https://issues.apache.org/jira/browse/HIVE-12244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alina Abramova updated HIVE-12244:
----------------------------------
    Description: 
In Hive often String is used for representation path and it causes new issues.
We need to compare it with equals() but comparing Strings often is not right in 
terms comparing paths .
I think if we use Path from org.apache.hadoop.fs we will avoid new problems in 
future.

  was:
In Hive often String is used for representation path and it causes new issues.
We need to compare it with equals() but comparing Strings often is not right in 
terms comparing paths .
I think if we used Path from org.apache.hadoop.fs we will avoid new problems in 
future.


> Refactoring code for avoiding of comparison of Strings and do comparison on 
> Path
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-12244
>                 URL: https://issues.apache.org/jira/browse/HIVE-12244
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hive
>    Affects Versions: 0.13.0, 0.14.0, 1.0.0, 1.2.1
>            Reporter: Alina Abramova
>            Assignee: Alina Abramova
>            Priority: Minor
>              Labels: patch
>         Attachments: HIVE-12244.1.patch
>
>
> In Hive often String is used for representation path and it causes new issues.
> We need to compare it with equals() but comparing Strings often is not right 
> in terms comparing paths .
> I think if we use Path from org.apache.hadoop.fs we will avoid new problems 
> in future.



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

Reply via email to