NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

fromTextFile with empty list can cause incorrect input to be processed. #283

Closed markhibberd closed 11 years ago

markhibberd commented 11 years ago

Test case: https://github.com/markhibberd/scoobi/compare/empty-file-list#L1R206

@etorreborre As discussed, this is not urgent and I will have a deeper look at it when I have time if you don't get to it.

etorreborre commented 11 years ago

Thanks Mark for the use case. I fixed this issue today and will commit it when merging the results of #282 back to master.