Details
-
Improvement
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
0.10.0
-
None
-
None
Description
Currently, hive supports only equi-join which means all joining columns should be related only with equal operator(= or <=>).
It seemed to be not easy to provide non-equi join in general manner but if one of table is small enough to be fit in memory, it might be possible to be implemented rather easily by exploiting current implementation of MapJoin.