Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions python/pyspark/errors/error-conditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,12 +728,6 @@
],
"sqlState": "42K09"
},
"NOT_FLOAT_OR_INT_OR_LIST_OR_STR": {
"message": [
"Argument `<arg_name>` should be a float, int, list or str, got <arg_type>."
],
"sqlState": "42K09"
},
"NOT_IMPLEMENTED": {
"message": [
"<feature> is not implemented."
Expand Down Expand Up @@ -775,12 +769,6 @@
],
"sqlState": "42K09"
},
"NOT_LIST_OF_COLUMN_OR_STR": {
"message": [
"Argument `<arg_name>` should be a list[Column]."
],
"sqlState": "42K09"
},
"NOT_LIST_OF_FLOAT_OR_INT": {
"message": [
"Argument `<arg_name>` should be a list[float, int], got <arg_type>."
Expand Down Expand Up @@ -974,11 +962,6 @@
"Column <col_name> must be one of <valid_types> for plotting, got <col_type>."
]
},
"PLOT_NOT_NUMERIC_COLUMN_ARGUMENT": {
"message": [
"Argument <arg_name> must be a numerical column for plotting, got <arg_type>."
]
},
"PROTOCOL_ERROR": {
"message": [
"<failure>. This usually indicates that the message does not conform to the protocol."
Expand Down Expand Up @@ -1321,11 +1304,6 @@
"<data_type> is not supported in conversion to Arrow."
]
},
"UNSUPPORTED_DATA_TYPE_FOR_ARROW_VERSION": {
"message": [
"<data_type> is only supported with pyarrow 2.0.0 and above."
]
},
"UNSUPPORTED_JOIN_TYPE": {
"message": [
"Unsupported join type: '<typ>'. Supported join types include: <supported>."
Expand Down Expand Up @@ -1391,11 +1369,6 @@
"Unsupported signature: <signature>."
]
},
"UNSUPPORTED_WITH_ARROW_OPTIMIZATION": {
"message": [
"<feature> is not supported with Arrow optimization enabled in Python UDFs. Disable 'spark.sql.execution.pythonUDF.arrow.enabled' to workaround."
]
},
"VALUE_ALLOWED": {
"message": [
"Value for `<arg_name>` does not allow <disallowed_value>."
Expand Down