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.