Skip to content
Snippets Groups Projects
Commit 630a982b authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Added a getId method to split to force classes to specify a unique ID

for each split. This replaces the previous method of calling
split.toString, which would produce different results for the same split
each time it is deserialized (because the default implementation returns
the Java object's address).
parent f9671b08
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment