appengine-mapreduce
appengine-mapreduce copied to clipboard
next() method in InputReader interface(Python)
This is a question.
What's the rationale of returning a key-value pair in the next()
method in InputReader
? Wouldn't returning the value be enough? I implemented the later in a customized input reader and it worked just fine, but I want to hear your opinion. Thanks.