AbsaOSS / AbsaOSS/EventGate

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

Aberta
#163 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
4
Forks
0
Merge médio
1d 5h
PRs com merge (30d)
8

Descrição

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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.