Add missing locode details using overrides #21
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-locode-db#21
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-locode-db:fix/missing_locodes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
unlocode-CodeList_overrides.csv
that contains missing details for locodes from the mainunlocode-CodeList.csv
file;Makefile
README.md
.bb24081e7c
to655808ca0a
@ -89,2 +106,3 @@
})
return errG.Wait()
err := errG.Wait()
This is unnecessary, might as well
return ..., errG.Wait()
Fixed
@ -106,0 +123,4 @@
func (t *Table) initOverrides() (err error) {
const wordsPerRecord = 12
t.overridesOnce.Do(func() {
Do we need to use
once
?Can we initialize it once during setup stage in a single thread?
We don't, for sure. Fixed
655808ca0a
tof35b1c62e8
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings