Topics' schema change: number -> integer for timestamp values
未關閉
- 主要語言
- Python
- 星號
- 4
- 分支
- 0
- 平均合併
- 1 天 5 小時
- 30 天內合併 PR
- 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 還沒有評估資料。