AbsaOSS / AbsaOSS/EventGate

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

オープン
#163 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
4
フォーク
0
平均マージ
1日 5時間
マージ済み PR(30日)
8

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。