appengine-mapreduce icon indicating copy to clipboard operation
appengine-mapreduce copied to clipboard

next() method in InputReader interface(Python)

Open xiaolong opened this issue 9 years ago • 0 comments

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.

xiaolong avatar Dec 02 '15 06:12 xiaolong