Problem
A GeoParquet download reports the content type of plain Parquet:
application/vnd.apache.parquet
See beacon-db/beacon-core/src/query_result.rs:53. The Parquet arm and the GeoParquet arm return the same value.
The test expects application/vnd.apache.arrow.geo+parquet.
One of the two values is wrong. Choose the correct one.
Failed test
test_spatial.py::test_geoparquet_output_and_readback
Task
- Choose the content type for a GeoParquet download.
- Align the code and the test with that choice.
- Run the file again.
Environment
Branch features/reimplement-atlas. Image beacon-integration:local.
Problem
A GeoParquet download reports the content type of plain Parquet:
application/vnd.apache.parquetSee
beacon-db/beacon-core/src/query_result.rs:53. TheParquetarm and theGeoParquetarm return the same value.The test expects
application/vnd.apache.arrow.geo+parquet.One of the two values is wrong. Choose the correct one.
Failed test
test_spatial.py::test_geoparquet_output_and_readbackTask
Environment
Branch
features/reimplement-atlas. Imagebeacon-integration:local.