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 stumbled upon a similar error, and managed to fix the issue by removing the strict version bound on MariaDB_Connector_C_jll ("=3.1.12" to "3.1.12"). With the latest version of this dependency (3.3.9 at the time of writing), I can at least get columns (not sure what else might break though).
The cursor from "SHOW TABLES;" fails to materialize into a DataFrame. Below is the example
Error:
Update: this issue only happens with MariaDB 11.2.4 and not with 10.11.8
The text was updated successfully, but these errors were encountered: