Skip to content
Closed
Prev Previous commit
Next Next commit
Move SpatialReferenceSystemMapper
  • Loading branch information
uros-db committed Oct 14, 2025
commit 64f2dd3a050bacb52de6ef6cde0e0f20e161fdd8
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.spark.sql.types;
package org.apache.spark.sql.internal.types;

import java.util.HashMap;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import org.json4s.JsonAST.{JString, JValue}

import org.apache.spark.SparkIllegalArgumentException
import org.apache.spark.annotation.Experimental
import org.apache.spark.sql.internal.types.SpatialReferenceSystemMapper

/**
* The data type representing GEOMETRY values which are spatial objects, as defined in the Open
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.spark.sql.types;
package org.apache.spark.sql.internal.types;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
Expand Down
Loading