This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch 849-geoparquet
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
omit 812875d0 Remove geometry value
add 80041297 Remove geometry value
add 2095d8d0 Add a group interface
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 (812875d0)
\
N -- N -- N refs/heads/849-geoparquet (2095d8d0)
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:
.../baremaps/geoparquet/GeoParquetReader.java | 52 +-
.../baremaps/geoparquet/data/GeoParquetGroup.java | 530 +++++++++------------
.../geoparquet/data/GeoParquetGroupConverter.java | 4 +-
.../geoparquet/data/GeoParquetGroupFactory.java | 13 +-
...oParquetGroup.java => GeoParquetGroupImpl.java} | 176 +++----
.../geoparquet/data/GeoParquetGroupWriter.java | 12 +-
.../geoparquet/data/GeoParquetMaterializer.java | 12 +-
.../data/{NanoTime.java => NanoTimeValue.java} | 12 +-
.../geoparquet/hadoop/GeoParquetInputFormat.java | 35 --
.../geoparquet/hadoop/GeoParquetReadSupport.java | 49 --
.../baremaps/geoparquet/GeoParquetReaderTest.java | 18 +-
11 files changed, 351 insertions(+), 562 deletions(-)
copy
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/data/{GeoParquetGroup.java
=> GeoParquetGroupImpl.java} (64%)
rename
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/data/{NanoTime.java
=> NanoTimeValue.java} (86%)
delete mode 100644
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/hadoop/GeoParquetInputFormat.java
delete mode 100644
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/hadoop/GeoParquetReadSupport.java