You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/04/20 22:35:57 UTC

[incubator-sedona] branch master updated (b03958d7 -> ce271067)

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

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


    from b03958d7 [SEDONA 95] Add ST_Disjoint predicate (#610)
     add ce271067 [SEDONA-112] Add ST_AsEWKT (#613)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/sedona/core/utils/GeomUtils.java    | 16 ++++++++++++++-
 docs/api/flink/Function.md                         | 20 +++++++++++++++++-
 docs/api/sql/Function.md                           | 18 ++++++++++++++++
 .../main/java/org/apache/sedona/flink/Catalog.java |  3 ++-
 .../apache/sedona/flink/expressions/Functions.java |  9 ++++++++
 .../java/org/apache/sedona/flink/FunctionTest.java |  9 ++++++++
 .../scala/org/apache/sedona/sql/UDF/Catalog.scala  |  1 +
 .../sql/sedona_sql/expressions/Functions.scala     | 24 +++++++++++++++++++++-
 .../org/apache/sedona/sql/functionTestScala.scala  | 10 +++++++++
 9 files changed, 106 insertions(+), 4 deletions(-)