Marcono1234 created HIVE-24773:
----------------------------------
Summary: TestRecordIdentifier performs faulty assertEquals call
Key: HIVE-24773
URL: https://issues.apache.org/jira/browse/HIVE-24773
Project: Hive
Issue Type: Bug
Reporter: Marcono1234
The class {{org.apache.hadoop.hive.ql.io.TestRecordIdentifier}} performs a
faulty {{assertEquals}} call which compares a variable with itself:
{code}
assertEquals("ReaderKey", rkLeft, rkLeft);
{code}
https://github.com/apache/hive/blob/642efda578f994d65536f9fe2b876521e2c86bea/ql/src/test/org/apache/hadoop/hive/ql/io/TestRecordIdentifier.java#L66
It would be good if you could create a pull request for this because I am not
very familiar with the project.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)