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
I got the following error when query a mysql table that has column of type MYSQL_TYPE_DATETIME:
Execution error: Unable to query arrow: Failed to convert query result to Arrow:
Failed to get a row value for MYSQL_TYPE_DATETIME: Couldn't convert the value `Date(\"'0000-00-00'\")` to a desired type
The text was updated successfully, but these errors were encountered:
Hello,
I got the following error when query a mysql table that has column of type
MYSQL_TYPE_DATETIME
:The text was updated successfully, but these errors were encountered: