This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch 849-nested-type-and-jsonb
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from 6cde5895 Fix the JsonbHandler and format code
add 0227fcde Add EnvelopeField to geoparquet and save it as geometry in
postgis
No new revisions were added by this update.
Summary of changes:
.../apache/baremaps/database/copy/CopyWriter.java | 3 ++
...ValueHandler.java => EnvelopeValueHandler.java} | 20 +++++---
.../database/copy/GeometryValueHandler.java | 8 ++-
.../geoparquet/GeoParquetTypeConversion.java | 3 ++
.../storage/postgres/PostgresDataStore.java | 2 +
.../storage/postgres/PostgresTypeConversion.java | 1 +
.../geoparquet/GeoParquetToPostgresTest.java | 5 ++
.../apache/baremaps/data/storage/DataColumn.java | 1 +
.../baremaps/geoparquet/data/GeoParquetGroup.java | 26 ++++++++++
.../geoparquet/data/GeoParquetGroupFactory.java | 31 +++++++++---
.../geoparquet/data/GeoParquetGroupImpl.java | 57 ++++++++++++++++++++++
11 files changed, 143 insertions(+), 14 deletions(-)
copy
baremaps-core/src/main/java/org/apache/baremaps/database/copy/{GeometryValueHandler.java
=> EnvelopeValueHandler.java} (65%)