Has anyone encountered this error and knows how to resolve it?
"Unexpected end of stream, read 0 bytes from 4 (socket was closed by server)."
This occurs in Databricks while generating reports.
I've already adjusted the wait_timeout to 28,800, and both and net_write_timeout to 31,536,000 (the maximum values) on the database side (MySQL).
Are there any other configurations I should modify, either on the database side or in Databricks?