----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27640/ -----------------------------------------------------------
Review request for hive, Chao Sun, Jimmy Xiang, Szehon Ho, and Xuefu Zhang. Repository: hive-git Description ------- This replaces ReduceSinks with HashTableSinks in smaller tables for a map-join. But the condition check field to detect map-join is actually being set in CommonJoinResolver, which doesnt exist yet. We need to decide where is the right place to populate this field. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/SparkMapJoinResolver.java PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/parse/spark/SparkCompiler.java 795a5d7 Diff: https://reviews.apache.org/r/27640/diff/ Testing ------- Thanks, Suhas Satish