diff --git a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala index d8870252fb977..463a00c5e33c7 100644 --- a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala +++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala @@ -630,7 +630,7 @@ object SQLConf { .doc("When true, enables geospatial types (GEOGRAPHY/GEOMETRY) and ST functions.") .version("4.1.0") .booleanConf - .createWithDefaultFunction(() => Utils.isTesting) + .createWithDefault(true) val TYPES_FRAMEWORK_ENABLED = buildConf("spark.sql.types.framework.enabled")