Skip to content

Commit

Permalink
perf(GtfsValidationPlus): Close CSV reader after use.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Oct 19, 2021
1 parent 8608aec commit 0886082
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ private static void validateTable(
}
rowIndex++;
}
csvReader.close();

// Add issue for wrong number of columns after processing all rows.
// Note: We considered adding an issue for each row, but opted for the single error approach because there's no
Expand Down

0 comments on commit 0886082

Please sign in to comment.