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

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


 discard 2ea00bb5b1 Optimize COG writer: zero-copy parsing, pipeline-per-level, 
OutputStream API
 discard bf487ada5c Address PR review: try/finally on writer, defensive 
overflow copy, better assertions
 discard b31f4de563 Add CogOptions builder for configurable COG generation
 discard 6889c286c2 Address COG writer code review findings
 discard 866b402567 Add Cloud Optimized GeoTIFF (COG) writer
     add 5b93cf5471 Add Cloud Optimized GeoTIFF (COG) writer

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   (2ea00bb5b1)
            \
             N -- N -- N   refs/heads/feature/cog-writer (5b93cf5471)

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:
 .gitignore                                         |   2 -
 .../apache/sedona/common/raster/RasterOutputs.java |  37 +-
 .../sedona/common/raster/cog/CogAssembler.java     |   5 +-
 .../sedona/common/raster/cog/CogOptions.java       |   8 +
 .../apache/sedona/common/raster/cog/CogWriter.java |  51 ---
 .../sedona/common/raster/cog/CogBenchmarkTest.java | 443 ---------------------
 .../sedona/common/raster/cog/CogGeneratorTest.java | 126 ------
 .../sedona/common/raster/cog/CogWriterTest.java    |  38 +-
 8 files changed, 36 insertions(+), 674 deletions(-)
 delete mode 100644 
common/src/test/java/org/apache/sedona/common/raster/cog/CogBenchmarkTest.java
 delete mode 100644 
common/src/test/java/org/apache/sedona/common/raster/cog/CogGeneratorTest.java

Reply via email to