This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 348a102f [SEDONA-313] Remove redundant ST_Affine entry from the Spark 
SQL catalog (#904)
348a102f is described below

commit 348a102f8ae787615883cdbab37423dc5355a758
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Fri Jul 14 22:04:08 2023 +0800

    [SEDONA-313] Remove redundant ST_Affine entry from the Spark SQL catalog 
(#904)
---
 sql/common/src/main/scala/org/apache/sedona/sql/UDF/Catalog.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sql/common/src/main/scala/org/apache/sedona/sql/UDF/Catalog.scala 
b/sql/common/src/main/scala/org/apache/sedona/sql/UDF/Catalog.scala
index de1d1e69..b5f7b0df 100644
--- a/sql/common/src/main/scala/org/apache/sedona/sql/UDF/Catalog.scala
+++ b/sql/common/src/main/scala/org/apache/sedona/sql/UDF/Catalog.scala
@@ -156,7 +156,6 @@ object Catalog {
     function[ST_NRings](),
     function[ST_Translate](0.0),
     function[ST_FrechetDistance](),
-    function[ST_Affine](null, null, null, null, null, null),
     function[ST_Affine](),
     function[ST_BoundingDiagonal](),
     function[ST_Angle](),

Reply via email to