This is an automated email from the ASF dual-hosted git repository.
wenchen 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 541a23951b82 [SPARK-55174][SQL][TESTS] Move `Geo*ClientSuite` from
`sql/core` to `sql/api` module
541a23951b82 is described below
commit 541a23951b82131a8963c3ac7fdfe688f632b678
Author: Uros Bojanic <[email protected]>
AuthorDate: Tue Jan 27 14:50:36 2026 +0800
[SPARK-55174][SQL][TESTS] Move `Geo*ClientSuite` from `sql/core` to
`sql/api` module
### What changes were proposed in this pull request?
Move `GeographyClientSuite` and `GeometryClientSuite` from `sql/core` to
`sql/api`.
### Why are the changes needed?
These test suites validate the client-side `Geography` and `Geometry`
classes, which are part of the public API defined under `sql/api`. Tests for
API classes should reside in the same module to maintain proper module
boundaries and ensure the API can be tested independently of the core
implementation.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests suffice. Some suites are moved.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53869 from uros-db/geo-client-suites.
Authored-by: Uros Bojanic <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
---
.../src/test/java/org/apache/spark/sql/types/GeographyClientSuite.java | 0
.../src/test/java/org/apache/spark/sql/types/GeometryClientSuite.java | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git
a/sql/core/src/test/java/org/apache/spark/sql/types/GeographyClientSuite.java
b/sql/api/src/test/java/org/apache/spark/sql/types/GeographyClientSuite.java
similarity index 100%
rename from
sql/core/src/test/java/org/apache/spark/sql/types/GeographyClientSuite.java
rename to
sql/api/src/test/java/org/apache/spark/sql/types/GeographyClientSuite.java
diff --git
a/sql/core/src/test/java/org/apache/spark/sql/types/GeometryClientSuite.java
b/sql/api/src/test/java/org/apache/spark/sql/types/GeometryClientSuite.java
similarity index 100%
rename from
sql/core/src/test/java/org/apache/spark/sql/types/GeometryClientSuite.java
rename to
sql/api/src/test/java/org/apache/spark/sql/types/GeometryClientSuite.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]