Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
bump epoch to 106
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardSmithONS committed Feb 12, 2024
1 parent 1912ae5 commit 01a3390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ object AddressIndexFileReader {
// val epochRegex = s"ABP_E(\\d+).+$$".r
// val epoch = epochRegex.findFirstMatchIn(filePath).getOrElse(throw new IllegalArgumentException(s"file $filePath does not contain epoch number"))
// epoch.group(1).toInt
105
106
}

def extractDate(filePath: String): String = {
Expand Down

0 comments on commit 01a3390

Please sign in to comment.