[ https://issues.apache.org/jira/browse/SPARK-13653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178431#comment-15178431 ]
Apache Spark commented on SPARK-13653: -------------------------------------- User 'JoshRosen' has created a pull request for this issue: https://github.com/apache/spark/pull/11498 > 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