Re: Refactor code for avoiding comparing Strings

2015-10-21 Thread Ashutosh Chauhan
Seems like you are on really old version of Hive. Do you have following patches on your tree? https://issues.apache.org/jira/browse/HIVE-3616 https://issues.apache.org/jira/browse/HIVE-6095 https://issues.apache.org/jira/browse/HIVE-6116 https://issues.apache.org/jira/browse/HIVE-6121

Refactor code for avoiding comparing Strings

2015-10-21 Thread Алина Абрамова
Hi, I propose you I do some refactor code of Apache Hive. At many places there String is used for representation path and it causes some issues sometime. We need to compare it with equals() but comparing Strings often is not right in terms comparing paths . If we used Path from