AbsaOSS / AbsaOSS/EventGate

Topics' schema change: number -> integer for timestamp values

Aperta
#163 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
4
Fork
0
Merge medio
1g 5h
PR unite (30g)
8

Descrizione

### Description of Technical Debt

Not a big deal, but the 'integration layer' like this should have correct schema. Timestamps should not allow floating point numbers to get into the system, it should have correct data type setup - and that is `integer`, not `number`.

### Impact of Technical Debt

Increases bug risks & allows invalid data to get into the system.

### Category

Code Quality / Refactoring

### Priority

Medium - Should be addressed soon

### Proposed Solution

Go over all timestamp fields in all the schemas and make sure that the type is `integer` for these, not `number`.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.