Josh Rosen created SPARK-13653:
----------------------------------

             Summary: Split DiskBlockObjectWriter to separate object- and 
byte-based write interfaces
                 Key: SPARK-13653
                 URL: https://issues.apache.org/jira/browse/SPARK-13653
             Project: Spark
          Issue Type: Improvement
          Components: Block Manager
            Reporter: Josh Rosen
            Assignee: Josh Rosen


DiskBlockObjectWriter exposes methods for writing both byte streams and 
objects. Mixing both of these interfaces into a single class is somewhat messy 
and requires hacks in certain code to support it (see DummySerializerInstance). 
I think that we should cleanly separate these interfaces into separate classes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to