This is an automated email from the ASF dual-hosted git repository.
imbruced pushed a change to branch add-sedona-worker-daemon-mode
in repository https://gitbox.apache.org/repos/asf/sedona.git
discard 1b0a24f844 add sedonadb sedona udf worker example
discard 459fe4b391 add sedonadb sedona udf worker example
discard 188205ac34 add sedonadb sedona udf worker example
discard 054beb7966 add sedonadb sedona udf worker example
omit bd50e743f8 add sedonadb sedona udf worker example
omit 3c16cf4915 add sedonadb sedona udf worker example
omit 4db238281c SEDONA-738 Add sedonadb worker
add 9e05f50c9c [DOCS] Bump Sedona Python, R, and Zeppelin version to 1.8.1
(#2577)
add b68cface6f [maven-release-plugin] prepare release sedona-1.8.1-rc1
add c719b3460d [maven-release-plugin] prepare for next development
iteration
add 1d640bfa1c [DOCS] Prepare for 1.8.1 RC2: release notes and release
script updates (#2578)
add 1322827bbe [maven-release-plugin] prepare release sedona-1.8.1-rc2
add 8508556d92 [maven-release-plugin] prepare for next development
iteration
add aec52eb8d2 [CI] Dependabot: add a cooldown period for new releases
(#2579)
add e987f795a7 build(deps): bump the github-dependencies group across 1
directory with 2 updates (#2581)
add eca5756414 build(deps-dev): bump org.apache.logging.log4j:log4j-core
from 2.19.0 to 2.25.3 (#2569)
add 6ed3563684 build(deps): bump org.apache.logging.log4j:log4j-core from
2.17.2 to 2.25.3 in /examples/flink-sql (#2568)
add e9d961bd76 [DOCS] adding new spatial query benchmarking databricks
blog post (#2584)
add c691bcd3a5 [DOCS] adding author to blog post (#2585)
add e34eea3b5d [CI] prettier: `set pass_filenames: false` to avoid
multiple passes (#2583)
add 179ccd2eed [GH-1977] Add zizmor with pre-commit (#2582)
add f8f246a9f5 [GH-2586] Use persist-credentials true for docs build
(#2587)
add ae283fd9c7 [CI] Add the CI to publish to Pypi per GitHub release
(#2588)
add d1102779ad build(deps): bump geopandas from 1.1.1 to 1.1.2 in /docker
in the github-dependencies group (#2575)
add b9a26b4f1c [DOCS] Add Sedona 1.8.1 news
add 0e26d42f55 [DOCS] Add Apache Sedona 2025 Year In Review blog post
(#2591)
new 1ca3a59414 SEDONA-738 Add sedonadb worker
new 45c2fd64ca add sedonadb sedona udf worker example
new 880d8c7140 add sedonadb sedona udf worker example
new 53f69e51f9 add sedonadb sedona udf worker example
new e00915751a add sedonadb sedona udf worker example
new 42229e5f66 add sedonadb sedona udf worker example
new 0fd81806a8 add sedonadb sedona udf worker example
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 (1b0a24f844)
\
N -- N -- N refs/heads/add-sedona-worker-daemon-mode (0fd81806a8)
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.
The 7 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:
.github/dependabot.yml | 4 +
.github/linters/{.yaml-lint.yml => zizmor.yml} | 21 +--
.github/workflows/codeql.yml | 2 +
.github/workflows/docker-build.yml | 4 +-
.github/workflows/docs.yml | 12 +-
.github/workflows/example.yml | 6 +-
.github/workflows/java.yml | 6 +-
.github/workflows/labeler.yml | 2 +-
.github/workflows/pre-commit.yml | 4 +-
.github/workflows/pyflink.yml | 5 +
.github/workflows/python-extension.yml | 2 +
.github/workflows/python-wheel.yml | 62 ++++++++-
.github/workflows/python.yml | 4 +-
.github/workflows/r.yml | 7 +-
.pre-commit-config.yaml | 10 ++
R/DESCRIPTION | 2 +-
R/R/dependencies.R | 4 +-
common/pom.xml | 2 +-
docker/requirements.txt | 2 +-
docs-overrides/main.html | 2 +-
docs/blog/posts/sedona-2025-year-in-review.md | 150 ++++++++++++++++++++
.../posts/spatial-query-benchmarking-databricks.md | 155 +++++++++++++++++++++
docs/community/publish.md | 106 ++------------
.../SpatialBench @ SF100 .png | Bin 0 -> 16266 bytes
.../SpatialBench @ SF1000 .png | Bin 0 -> 16521 bytes
.../SpatialBench-SF100-SF1000.png | Bin 0 -> 130410 bytes
docs/setup/release-notes.md | 145 +++++++++++++++++++
examples/flink-sql/pom.xml | 2 +-
flink-shaded/pom.xml | 2 +-
flink/pom.xml | 2 +-
mkdocs.yml | 12 +-
pom.xml | 4 +-
python/pyproject.toml | 2 +-
python/sedona/version.py | 2 +-
shade-proto/pom.xml | 2 +-
snowflake-tester/pom.xml | 2 +-
snowflake/pom.xml | 2 +-
spark-shaded/pom.xml | 2 +-
spark/common/pom.xml | 2 +-
spark/pom.xml | 2 +-
spark/spark-3.4/pom.xml | 2 +-
spark/spark-3.5/pom.xml | 2 +-
spark/spark-4.0/pom.xml | 2 +-
zeppelin/package.json | 2 +-
44 files changed, 616 insertions(+), 149 deletions(-)
copy .github/linters/{.yaml-lint.yml => zizmor.yml} (68%)
create mode 100644 docs/blog/posts/sedona-2025-year-in-review.md
create mode 100644 docs/blog/posts/spatial-query-benchmarking-databricks.md
create mode 100644 docs/image/blog/query-benchmarking-dbx/SpatialBench @ SF100
.png
create mode 100644 docs/image/blog/query-benchmarking-dbx/SpatialBench @
SF1000 .png
create mode 100644
docs/image/blog/query-benchmarking-dbx/SpatialBench-SF100-SF1000.png