Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate cyclic replacements to help PurityChecker accuracy
Case study of cyclic replacement sb.append(entry.getKey()) -> sb.append(entry.getKey()).append('=') sb.append(entry.getKey()).append('=') -> sb.append(entry.getKey()) apache/hive@f664789
- Loading branch information