Skip to content

Commit

Permalink
[SPARK-22068][CORE] Reduce the duplicate code between putIteratorAsVa…
Browse files Browse the repository at this point in the history
…lues and putIteratorAsBytes

## What changes were proposed in this pull request?

The code logic between `MemoryStore.putIteratorAsValues` and `Memory.putIteratorAsBytes` are almost same, so we should reduce the duplicate code between them.

## How was this patch tested?

Existing UT.

Author: Xianyang Liu <[email protected]>

Closes apache#19285 from ConeyLiu/rmemorystore.
  • Loading branch information
ConeyLiu authored and cloud-fan committed Jan 26, 2018
1 parent c22eaa9 commit 3e25251
Showing 1 changed file with 178 additions and 158 deletions.
Loading

0 comments on commit 3e25251

Please sign in to comment.