This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch calcite-framework
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from e0c6575a3 Adapt the tasks to calcite
add 06b4276a6 Refactor GeoPackage and GeoParquet handling; remove debug
prints, enhance PostgreSQL type conversion, and update integration tests for
schema registration.
add 2636a918c Refactor GeoParquet type conversion to use Envelope class
instead of struct type for geometry envelope handling.
add 348dbbf20 Update GeoParquet type conversion to return Geometry from
Envelope; enhance handling of envelope values in data retrieval.
add b0fce074f Fix conversions, enumerator and table
No new revisions were added by this update.
Summary of changes:
.../calcite/geopackage/GeoPackageTable.java | 9 ----
.../GeoParquetSchema.java} | 37 ++++++++-------
.../calcite/geoparquet/GeoParquetTable.java | 24 +++++++---
.../geoparquet/GeoParquetTypeConversion.java | 53 ++++++++++++++++++----
.../calcite/postgres/PostgresModifiableTable.java | 2 -
.../calcite/postgres/PostgresTypeConversion.java | 12 +++--
.../calcite/geopackage/GeoPackageTableTest.java | 10 ----
.../integration/GeoPackageToPostgresTest.java | 27 +++++------
.../integration/GeoParquetToPostgresTest.java | 24 ++++++----
.../baremaps/dem/MarchingSquareRenderer.java | 1 -
.../baremaps/testing/PostgresContainerTest.java | 10 +++-
11 files changed, 127 insertions(+), 82 deletions(-)
copy
baremaps-calcite/src/main/java/org/apache/baremaps/calcite/{geopackage/GeoPackageSchema.java
=> geoparquet/GeoParquetSchema.java} (58%)