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 还没有评估数据。