You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Root Cause:
The tidb backend FetchRemoteTableModels implementation is not accurate, it only set Flag in The FieldType and ignore other fields. So when run tidb backend with strict sql-mode, the table.CastValue panic because the fieldtype.Tp is 0(undefined).
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
Use lightning tidb backend to import data with config:
panic backtrace:
Root Cause:
The tidb backend
FetchRemoteTableModels
implementation is not accurate, it only setFlag
in TheFieldType
and ignore other fields. So when run tidb backend with strict sql-mode, thetable.CastValue
panic because the fieldtype.Tp is 0(undefined).The text was updated successfully, but these errors were encountered: