This is an automated email from the ASF dual-hosted git repository.
imbruced pushed a change to branch fix-issue-with-reading-geoparquet-metadata
in repository https://gitbox.apache.org/repos/asf/sedona.git
omit 00064710f4 Fix the geoparquet footer reader.
omit 74395058a3 Fix issue with not closing parquet files.
add 95d873c0a9 maybe use correct pip name (#1748)
add 52b6ae8e71 [SEDONA-693] Add ST_Perimeter2D (#1745)
add cc69f28711 [SEDONA-696] Fix geopackage on databricks. (#1747)
add 45e5e77a8c Fix issue with not closing parquet files.
add 2f96f87aac Fix the geoparquet footer reader.
add 289c9e7011 Fix the geoparquet footer reader.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (00064710f4)
\
N -- N -- N
refs/heads/fix-issue-with-reading-geoparquet-metadata (289c9e7011)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
docs/api/flink/Function.md | 48 +++++++++++++++++
docs/api/snowflake/vector-data/Function.md | 46 +++++++++++++++++
docs/api/sql/Function.md | 60 ++++++++++++++++++++--
docs/tutorial/sql.md | 4 +-
.../main/java/org/apache/sedona/flink/Catalog.java | 1 +
.../apache/sedona/flink/expressions/Functions.java | 27 ++++++++++
.../java/org/apache/sedona/flink/FunctionTest.java | 26 ++++++++++
python/sedona/maps/SedonaKepler.py | 2 +-
python/sedona/maps/SedonaMapUtils.py | 2 +-
python/sedona/maps/SedonaPyDeck.py | 2 +-
python/sedona/sql/st_functions.py | 24 +++++++++
python/tests/sql/test_dataframe_api.py | 9 ++++
python/tests/sql/test_function.py | 19 +++++++
.../sedona/snowflake/snowsql/TestFunctions.java | 19 +++++++
.../sedona/snowflake/snowsql/TestFunctionsV2.java | 13 +++++
.../org/apache/sedona/snowflake/snowsql/UDFs.java | 15 ++++++
.../apache/sedona/snowflake/snowsql/UDFsV2.java | 24 +++++++++
.../scala/org/apache/sedona/sql/UDF/Catalog.scala | 1 +
.../sql/sedona_sql/expressions/Functions.scala | 11 ++++
.../sql/sedona_sql/expressions/st_functions.scala | 11 ++++
.../apache/sedona/sql/dataFrameAPITestScala.scala | 19 +++++++
.../org/apache/sedona/sql/functionTestScala.scala | 18 +++++++
.../GeoParquetMetadataPartitionReaderFactory.scala | 8 +--
.../geopackage/GeoPackageScanBuilder.scala | 4 +-
24 files changed, 397 insertions(+), 16 deletions(-)