This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 84d278ca99e3 [MINOR] Fix some typos in `error-states.json`
84d278ca99e3 is described below
commit 84d278ca99e379211d9a4ec667e83e34c6ce2b7c
Author: Wei Guo <[email protected]>
AuthorDate: Sun Jun 23 10:53:46 2024 +0900
[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]>
---
common/utils/src/main/resources/error/error-states.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/common/utils/src/main/resources/error/error-states.json
b/common/utils/src/main/resources/error/error-states.json
index 791fa8cd887c..dd87d6bda5f2 100644
--- a/common/utils/src/main/resources/error/error-states.json
+++ b/common/utils/src/main/resources/error/error-states.json
@@ -108,7 +108,7 @@
"usedBy": ["SQL/XML"]
},
"01011": {
- "description": "SQL-Java path too long for infor- mation schema",
+ "description": "SQL-Java path too long for information schema",
"origin": "SQL/JRT",
"standard": "Y",
"usedBy": ["SQL/JRT", "DB2"]
@@ -1584,7 +1584,7 @@
"usedBy": ["SQL/Foundation"]
},
"2201J": {
- "description": "XQuery sequence cannot be vali- dated",
+ "description": "XQuery sequence cannot be validated",
"origin": "SQL/XML",
"standard": "Y",
"usedBy": ["SQL/XML"]
@@ -1896,7 +1896,7 @@
"usedBy": ["SQL/MD"]
},
"2203L": {
- "description": "MD-array subset not within MD- extent",
+ "description": "MD-array subset not within MD-extent",
"origin": "SQL/MD",
"standard": "Y",
"usedBy": ["SQL/MD"]
@@ -1926,7 +1926,7 @@
"usedBy": ["SQL/MD"]
},
"2203R": {
- "description": "MD-array operands with non- matching MD-extents",
+ "description": "MD-array operands with non-matching MD-extents",
"origin": "SQL/MD",
"standard": "Y",
"usedBy": ["SQL/MD"]
@@ -2502,7 +2502,7 @@
"usedBy": ["SQL/Foundation", "PostgreSQL", "Redshift"]
},
"25P01": {
- "description": "no activ sql transaction",
+ "description": "no active sql transaction",
"origin": "PostgreSQL",
"standard": "N",
"usedBy": ["PostgreSQL", "Redshift"]
@@ -2682,7 +2682,7 @@
"usedBy": ["SQL/Foundation"]
},
"33000": {
- "description": "invalid SQL descriptor nameno subclass)",
+ "description": "invalid SQL descriptor nameno subclass",
"origin": "SQL/Foundation",
"standard": "Y",
"usedBy": ["SQL/Foundation", "Oracle"]
@@ -6752,7 +6752,7 @@
"usedBy": ["SQL/MED", "PostgreSQL"]
},
"HV021": {
- "description": "inconsistent descriptor informa- tion",
+ "description": "inconsistent descriptor information",
"origin": "SQL/MED",
"standard": "Y",
"usedBy": ["SQL/MED", "PostgreSQL"]
@@ -6848,7 +6848,7 @@
"usedBy": ["SQL/CLI", "SQL Server"]
},
"HY007": {
- "description": "associated statement is not pre- pared",
+ "description": "associated statement is not prepared",
"origin": "SQL/CLI",
"standard": "Y",
"usedBy": ["SQL/CLI", "SQL Server"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]