exasol/parquet-io-java

Replace foreach clauses in Parquet readers with loops

morazow opened this issue · 0 comments

Situation

There are couple of foreach iterations when reading Parquet values. We should replace them with loops, since foreach add more overhead than necessary.

Acceptance Criteria

  • Replaced foreach iterations with loops