Skip to content
Snippets Groups Projects
  • Aaron Staple's avatar
    8ca4ecb6
    [SPARK-546] Add full outer join to RDD and DStream. · 8ca4ecb6
    Aaron Staple authored
    leftOuterJoin and rightOuterJoin are already implemented.  This patch adds fullOuterJoin.
    
    Author: Aaron Staple <aaron.staple@gmail.com>
    
    Closes #1395 from staple/SPARK-546 and squashes the following commits:
    
    1f5595c [Aaron Staple] Fix python style
    7ac0aa9 [Aaron Staple] [SPARK-546] Add full outer join to RDD and DStream.
    3b5d137 [Aaron Staple] In JavaPairDStream, make class tag specification in rightOuterJoin consistent with other functions.
    31f2956 [Aaron Staple] Fix left outer join documentation comments.
    8ca4ecb6
    History
    [SPARK-546] Add full outer join to RDD and DStream.
    Aaron Staple authored
    leftOuterJoin and rightOuterJoin are already implemented.  This patch adds fullOuterJoin.
    
    Author: Aaron Staple <aaron.staple@gmail.com>
    
    Closes #1395 from staple/SPARK-546 and squashes the following commits:
    
    1f5595c [Aaron Staple] Fix python style
    7ac0aa9 [Aaron Staple] [SPARK-546] Add full outer join to RDD and DStream.
    3b5d137 [Aaron Staple] In JavaPairDStream, make class tag specification in rightOuterJoin consistent with other functions.
    31f2956 [Aaron Staple] Fix left outer join documentation comments.