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

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


    from e54878ed9 Update version
     new c11a9c767 [TASK-271] Add ST_Force4D (#168)
     new fbc3c364b Update version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/sedona/common/Functions.java   |  8 +++
 ...former.java => GeometryForce4DTransformer.java} | 25 +++++----
 .../org/apache/sedona/common/FunctionsTest.java    | 61 ++++++++++++++++++++++
 docs/api/flink/Function.md                         | 39 ++++++++++++++
 docs/api/sql/Function.md                           | 39 ++++++++++++++
 .../main/java/org/apache/sedona/flink/Catalog.java |  1 +
 .../apache/sedona/flink/expressions/Functions.java | 16 ++++++
 .../java/org/apache/sedona/flink/FunctionTest.java | 13 +++++
 python/sedona/sql/st_functions.py                  | 14 +++++
 python/tests/sql/test_dataframe_api.py             |  2 +
 python/tests/sql/test_function.py                  |  6 +++
 .../scala/org/apache/sedona/sql/UDF/Catalog.scala  |  1 +
 .../sql/sedona_sql/expressions/Functions.scala     |  8 +++
 .../sql/sedona_sql/expressions/st_functions.scala  |  5 ++
 .../apache/sedona/sql/dataFrameAPITestScala.scala  | 11 ++++
 .../org/apache/sedona/sql/functionTestScala.scala  | 18 +++++++
 16 files changed, 257 insertions(+), 10 deletions(-)
 copy 
common/src/main/java/org/apache/sedona/common/utils/{GeometryForce3DMTransformer.java
 => GeometryForce4DTransformer.java} (60%)

Reply via email to