aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-04-02 10:43:09 -0700
committerAaron Davidson <aaron@databricks.com>2014-04-02 10:43:09 -0700
commitde8eefa804e229635eaa29a78b9e9ce161ac58e1 (patch)
treebb9e738ea30957f2fe722cc61a5b38934fa18fe9 /graphx
parent11973a7bdad58fdb759033c232d87f0b279c83b4 (diff)
downloadspark-de8eefa804e229635eaa29a78b9e9ce161ac58e1.tar.gz
spark-de8eefa804e229635eaa29a78b9e9ce161ac58e1.tar.bz2
spark-de8eefa804e229635eaa29a78b9e9ce161ac58e1.zip
[SPARK-1385] Use existing code for JSON de/serialization of BlockId
`BlockId.scala` offers a way to reconstruct a BlockId from a string through regex matching. `util/JsonProtocol.scala` duplicates this functionality by explicitly matching on the BlockId type. With this PR, the de/serialization of BlockIds will go through the first (older) code path. (Most of the line changes in this PR involve changing `==` to `===` in `JsonProtocolSuite.scala`) Author: Andrew Or <andrewor14@gmail.com> Closes #289 from andrewor14/blockid-json and squashes the following commits: 409d226 [Andrew Or] Simplify JSON de/serialization for BlockId
Diffstat (limited to 'graphx')
0 files changed, 0 insertions, 0 deletions