Skip to content

Commit

Permalink
optimise file parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkljakubowski committed Feb 13, 2025
1 parent 376d672 commit 7d8ba3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FileInputParser {
}
unUnion(parsed.get) // throw the avro parse exception if Failure
}

processedFiles += infile.getCanonicalPath
val res = infile.getName.split("\\.").last match {
case "avro" =>
val gdr = new GenericDatumReader[GenericRecord]
Expand Down

0 comments on commit 7d8ba3d

Please sign in to comment.