Skip to content

Commit 84d278c

Browse files
wayneguowHyukjinKwon
authored andcommitted
[MINOR] Fix some typos in error-states.json
### What changes were proposed in this pull request? This PR fixes some typos in `error-states.json` of `common-utils` ### Why are the changes needed? Fix the typos. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #47056 from wayneguow/typo_in_error. Authored-by: Wei Guo <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent c8d75c1 commit 84d278c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"usedBy": ["SQL/XML"]
109109
},
110110
"01011": {
111-
"description": "SQL-Java path too long for infor- mation schema",
111+
"description": "SQL-Java path too long for information schema",
112112
"origin": "SQL/JRT",
113113
"standard": "Y",
114114
"usedBy": ["SQL/JRT", "DB2"]
@@ -1584,7 +1584,7 @@
15841584
"usedBy": ["SQL/Foundation"]
15851585
},
15861586
"2201J": {
1587-
"description": "XQuery sequence cannot be vali- dated",
1587+
"description": "XQuery sequence cannot be validated",
15881588
"origin": "SQL/XML",
15891589
"standard": "Y",
15901590
"usedBy": ["SQL/XML"]
@@ -1896,7 +1896,7 @@
18961896
"usedBy": ["SQL/MD"]
18971897
},
18981898
"2203L": {
1899-
"description": "MD-array subset not within MD- extent",
1899+
"description": "MD-array subset not within MD-extent",
19001900
"origin": "SQL/MD",
19011901
"standard": "Y",
19021902
"usedBy": ["SQL/MD"]
@@ -1926,7 +1926,7 @@
19261926
"usedBy": ["SQL/MD"]
19271927
},
19281928
"2203R": {
1929-
"description": "MD-array operands with non- matching MD-extents",
1929+
"description": "MD-array operands with non-matching MD-extents",
19301930
"origin": "SQL/MD",
19311931
"standard": "Y",
19321932
"usedBy": ["SQL/MD"]
@@ -2502,7 +2502,7 @@
25022502
"usedBy": ["SQL/Foundation", "PostgreSQL", "Redshift"]
25032503
},
25042504
"25P01": {
2505-
"description": "no activ sql transaction",
2505+
"description": "no active sql transaction",
25062506
"origin": "PostgreSQL",
25072507
"standard": "N",
25082508
"usedBy": ["PostgreSQL", "Redshift"]
@@ -2682,7 +2682,7 @@
26822682
"usedBy": ["SQL/Foundation"]
26832683
},
26842684
"33000": {
2685-
"description": "invalid SQL descriptor nameno subclass)",
2685+
"description": "invalid SQL descriptor nameno subclass",
26862686
"origin": "SQL/Foundation",
26872687
"standard": "Y",
26882688
"usedBy": ["SQL/Foundation", "Oracle"]
@@ -6752,7 +6752,7 @@
67526752
"usedBy": ["SQL/MED", "PostgreSQL"]
67536753
},
67546754
"HV021": {
6755-
"description": "inconsistent descriptor informa- tion",
6755+
"description": "inconsistent descriptor information",
67566756
"origin": "SQL/MED",
67576757
"standard": "Y",
67586758
"usedBy": ["SQL/MED", "PostgreSQL"]
@@ -6848,7 +6848,7 @@
68486848
"usedBy": ["SQL/CLI", "SQL Server"]
68496849
},
68506850
"HY007": {
6851-
"description": "associated statement is not pre- pared",
6851+
"description": "associated statement is not prepared",
68526852
"origin": "SQL/CLI",
68536853
"standard": "Y",
68546854
"usedBy": ["SQL/CLI", "SQL Server"]

0 commit comments

Comments
 (0)