Backendhelp wanted
仓库指标
- Star
- (24,845 star)
- PR 合并指标
- (平均合并 9天 5小时) (30 天内合并 3 个 PR)
描述
Currently when querying a POINT data type it will fail, because MySQL returns a binary encoded value.
Ideally Redash would decode the POINT components (x,y) and return those, but I couldn't find an obvious way in Python to do this conversion.