Commit 2c7bc89
[SPARK-53760][GEO][SQL][FOLLOWUP] Fix error message and comment for Spatial types
### What changes were proposed in this pull request?
- Fix the `ST_INVALID_SRID_VALUE` error message.
- Fix the `SpatialType` doc comment.
### Why are the changes needed?
Followup PR to clean up original issues introduced in: #52491.
### Does this PR introduce _any_ user-facing change?
Yes, the `ST_INVALID_SRID_VALUE` error message is updated.
### How was this patch tested?
Existing tests are sufficient.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52632 from uros-db/geo-logical-types-FOLLOWUP.
Authored-by: Uros Bojanic <uros.bojanic@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>1 parent 1c0bca9 commit 2c7bc89
File tree
2 files changed
+2
-2
lines changed- common/utils/src/main/resources/error
- sql/api/src/main/scala/org/apache/spark/sql/types
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5573 | 5573 | | |
5574 | 5574 | | |
5575 | 5575 | | |
5576 | | - | |
| 5576 | + | |
5577 | 5577 | | |
5578 | 5578 | | |
5579 | 5579 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments