CONNECT error condition

SQLSTATE: 56K00

Generic Spark Connect error.

INTERCEPTOR_CTOR_MISSING

Cannot instantiate GRPC interceptor because <cls> is missing a default constructor without arguments.

INTERCEPTOR_RUNTIME_ERROR

Error instantiating GRPC interceptor: <msg>

PLUGIN_CTOR_MISSING

Cannot instantiate Spark Connect plugin because <cls> is missing a default constructor without arguments.

PLUGIN_RUNTIME_ERROR

Error instantiating Spark Connect plugin: <msg>

SESSION_NOT_SAME

Both Datasets must belong to the same SparkSession.

SQL_COMMAND_RESULT_TOO_LARGE

SQL command result size (<currentSize> bytes) exceeds the maximum allowed size (<maxSize> bytes).

Consider using LIMIT to reduce the result set size, or use a regular query instead of a SQL script for large result sets.

TRANSPARENT_CLOUDFETCH_DOWNLOAD_FAILED

An internal error occurred while delivering the Spark Connect query result: download from cloud storage failed (<msg>). Please retry the query; if it continues to fail, contact Azure Databricks support.

TRANSPARENT_CLOUDFETCH_FILE_NOT_FOUND

An internal error occurred while delivering the Spark Connect query result: a result file was not found in cloud storage. Please retry the query; if it continues to fail, contact Azure Databricks support.