[ https://issues.apache.org/jira/browse/HIVE-22356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ádám Szita updated HIVE-22356: ------------------------------ Description: After added with HIVE-22284, CacheTag's compareTo() produces wrong result for the following edge case and those alike: Table name: _dbname.tablename_ PartDesc: _p1=v1_ VS Table name: _dbname.tablenamf_ PartDesc: _p1=v0_ ..due to the addition logic in the method. was: After added with HIVE-22284, CacheTag's compareTo() produces wrong result for the following edge case and those alike: Table name: _dbname.tablename_ PartDesc: _p1=v1_ VS Table name: _dbname.tablenamf_ PartDesc: _p1=v0_ ++..due to the addition logic in the method. > CacheTag's compareTo() produces wrong result for edge cases > ----------------------------------------------------------- > > Key: HIVE-22356 > URL: https://issues.apache.org/jira/browse/HIVE-22356 > Project: Hive > Issue Type: Bug > Reporter: Ádám Szita > Assignee: Ádám Szita > Priority: Major > Attachments: HIVE-22356.0.patch > > > After added with HIVE-22284, CacheTag's compareTo() produces wrong result for > the following edge case and those alike: > Table name: _dbname.tablename_ PartDesc: _p1=v1_ VS > Table name: _dbname.tablenamf_ PartDesc: _p1=v0_ > ..due to the addition logic in the method. -- This message was sent by Atlassian Jira (v8.3.4#803005)