Skip to content

Commit 1887e30

Browse files
committed
fix SparkThrowableSuite
1 parent ffb3a52 commit 1887e30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

common/utils/src/main/resources/error/error-conditions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5457,12 +5457,6 @@
54575457
],
54585458
"sqlState" : "58030"
54595459
},
5460-
"UNABLE_TO_INFER_SCHEMA" : {
5461-
"message" : [
5462-
"Unable to infer schema for <format>. It must be specified manually."
5463-
],
5464-
"sqlState" : "42KD9"
5465-
},
54665460
"UNABLE_TO_INFER_PIPELINE_TABLE_SCHEMA" : {
54675461
"message" : [
54685462
"Failed to infer the schema for table <tableName> from its upstream flows.",
@@ -5476,6 +5470,12 @@
54765470
],
54775471
"sqlState" : "42KD9"
54785472
},
5473+
"UNABLE_TO_INFER_SCHEMA" : {
5474+
"message" : [
5475+
"Unable to infer schema for <format>. It must be specified manually."
5476+
],
5477+
"sqlState" : "42KD9"
5478+
},
54795479
"UNBOUND_SQL_PARAMETER" : {
54805480
"message" : [
54815481
"Found the unbound parameter: <name>. Please, fix `args` and provide a mapping of the parameter to either a SQL literal or collection constructor functions such as `map()`, `array()`, `struct()`."

0 commit comments

Comments
 (0)