----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68474/ -----------------------------------------------------------
Review request for hive, Naveen Gangam, Sahil Takiar, Adam Szita, and Xuefu Zhang. Repository: hive-git Description ------- I've modified the SmallTableCache to use guava cache, with soft references. By using a value loader, I've also eliminated the synchronization on the intern-ed string of the path. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/exec/spark/HashTableLoader.java cf27e92bafdc63096ec0fa8c3106657bab52f370 ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SmallTableCache.java 3293100af96dc60408c53065fa89143ead98f818 Diff: https://reviews.apache.org/r/68474/diff/1/ Testing ------- Thanks, Antal Sinkovits