AbsaOSS / AbsaOSS/EventGate

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

Ouverte
#163 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
4
Forks
0
Merge moyen
1 j 5 h
PR mergées (30 j)
8

Description

### 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`.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.