diff --git a/python/pyspark/errors/error-conditions.json b/python/pyspark/errors/error-conditions.json index 68f2ce1fc5286..57ffa1cf964e1 100644 --- a/python/pyspark/errors/error-conditions.json +++ b/python/pyspark/errors/error-conditions.json @@ -728,12 +728,6 @@ ], "sqlState": "42K09" }, - "NOT_FLOAT_OR_INT_OR_LIST_OR_STR": { - "message": [ - "Argument `` should be a float, int, list or str, got ." - ], - "sqlState": "42K09" - }, "NOT_IMPLEMENTED": { "message": [ " is not implemented." @@ -775,12 +769,6 @@ ], "sqlState": "42K09" }, - "NOT_LIST_OF_COLUMN_OR_STR": { - "message": [ - "Argument `` should be a list[Column]." - ], - "sqlState": "42K09" - }, "NOT_LIST_OF_FLOAT_OR_INT": { "message": [ "Argument `` should be a list[float, int], got ." @@ -974,11 +962,6 @@ "Column must be one of for plotting, got ." ] }, - "PLOT_NOT_NUMERIC_COLUMN_ARGUMENT": { - "message": [ - "Argument must be a numerical column for plotting, got ." - ] - }, "PROTOCOL_ERROR": { "message": [ ". This usually indicates that the message does not conform to the protocol." @@ -1321,11 +1304,6 @@ " is not supported in conversion to Arrow." ] }, - "UNSUPPORTED_DATA_TYPE_FOR_ARROW_VERSION": { - "message": [ - " is only supported with pyarrow 2.0.0 and above." - ] - }, "UNSUPPORTED_JOIN_TYPE": { "message": [ "Unsupported join type: ''. Supported join types include: ." @@ -1391,11 +1369,6 @@ "Unsupported signature: ." ] }, - "UNSUPPORTED_WITH_ARROW_OPTIMIZATION": { - "message": [ - " is not supported with Arrow optimization enabled in Python UDFs. Disable 'spark.sql.execution.pythonUDF.arrow.enabled' to workaround." - ] - }, "VALUE_ALLOWED": { "message": [ "Value for `` does not allow ."