I am building a java utility that reads large AVRO files and does some
processing. These files have millions of records in them and it can take
minutes to read them using DataFileReader.next().
Is there a way to read more than one record at a time?
thanks, Yael

Reply via email to