This is an automated email from the ASF dual-hosted git repository.
kontinuation pushed a change to branch SEDONA-551
in repository https://gitbox.apache.org/repos/asf/sedona.git
discard a1a44bfc4 Try to fix the R tests
discard c279129cc Add 2 debug line
discard a80340627 Add geotools manually
discard 79f30d1e8 Fix failed python tests
discard 3919b96db Temporarily remove the check again R `release`
discard 5975d8ac2 Initial upgrade
add 170871a40 [SEDONA-549] Make RS_Union_aggr support combining all bands
of multi-band rasters (#1375)
add c3c9d5346 [DOCS] Bump dependency in R to 1.5.2 (#1385)
add fbba9fce7 Initial upgrade
add a8f091d3f Temporarily remove the check again R `release`
add ac96f8eae Fix failed python tests
add f308c246c Add geotools manually
add 0fb742906 Add 2 debug line
add 8c104fc8c Try to fix the R tests
add 200df6ba2 Don't run RS_NumBands and RS_Values on all the images,
otherwise adding new images to raster directory will fail the tests.
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 (a1a44bfc4)
\
N -- N -- N refs/heads/SEDONA-551 (200df6ba2)
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:
R/R/dependencies.R | 2 +-
R/tests/testthat/test-data-interface-raster.R | 12 +--
docs/api/sql/Raster-aggregate-function.md | 68 +++++++++++----
.../expressions/raster/AggregateFunctions.scala | 93 ++++++++-------------
spark/common/src/test/resources/raster/test4.tiff | Bin 0 -> 467 bytes
spark/common/src/test/resources/raster/test5.tiff | Bin 0 -> 467 bytes
spark/common/src/test/resources/raster/test6.tiff | Bin 0 -> 467 bytes
.../scala/org/apache/sedona/sql/rasterIOTest.scala | 2 +-
.../org/apache/sedona/sql/rasteralgebraTest.scala | 78 ++++++++++++++++-
9 files changed, 172 insertions(+), 83 deletions(-)
create mode 100644 spark/common/src/test/resources/raster/test4.tiff
create mode 100644 spark/common/src/test/resources/raster/test5.tiff
create mode 100644 spark/common/src/test/resources/raster/test6.tiff