[GitHub] [spark] viirya commented on a change in pull request #29216: [SPARK-32420][SQL] Add handling for unique key in non-codegen hash join

2020-07-24 Thread GitBox
viirya commented on a change in pull request #29216: URL: https://github.com/apache/spark/pull/29216#discussion_r460310001 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashJoin.scala ## @@ -172,14 +208,26 @@ trait HashJoin extends BaseJoinExec {

[GitHub] [spark] viirya commented on a change in pull request #29216: [SPARK-32420][SQL] Add handling for unique key in non-codegen hash join

2020-07-24 Thread GitBox
viirya commented on a change in pull request #29216: URL: https://github.com/apache/spark/pull/29216#discussion_r460309645 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashJoin.scala ## @@ -108,47 +108,73 @@ trait HashJoin extends BaseJoinExec {