diff --git a/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeographyExecutionSuite.java b/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeographyExecutionSuite.java index f7a0a1929bc1..078ee2a3dbfb 100644 --- a/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeographyExecutionSuite.java +++ b/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeographyExecutionSuite.java @@ -29,7 +29,7 @@ /** * Test suite for the Geography server-side execution class. */ -class GeographyExecutionTest { +class GeographyExecutionSuite { // A sample Geography byte array for testing purposes, representing a POINT(1 2) with SRID 4326. private final byte[] testGeographyVal = new byte[] { diff --git a/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeometryExecutionSuite.java b/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeometryExecutionSuite.java index be43596b7f5a..f51e4f82b51b 100644 --- a/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeometryExecutionSuite.java +++ b/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GeometryExecutionSuite.java @@ -29,7 +29,7 @@ /** * Test suite for the Geometry server-side execution class. */ -class GeometryExecutionTest { +class GeometryExecutionSuite { // A sample Geometry byte array for testing purposes, representing a POINT(1 2) with SRID 4326. private final byte[] testGeometryVal = new byte[] {