-
This is an issue that I intend to resolve, but need to consult for feedback before starting.
The issue is that bash scripts like [test/cli/testproj](https://github.com/OSGeo/PROJ/blob/f4af2778ebd35…
-
**Describe the bug**
A valid polygon already has its last point equal to its first point. However, when running `st_transform` on a polygon, the last two points are identical, with the very last poin…
-
A Terrascope user got a cryptic error message
```
...
py4j.protocol.Py4JJavaError: An error occurred while calling z:org.openeo.geotrellis.ProjectedPolygons.fromExtent.
: org.locationtech.proj4j.U…
-
In the `temp` crate generated for testing, there are two versions of `testSafeAddWithCasts`, one that is optimized by Calcite (test0) and another that calculates the result in run time (test1).
Test…
-
The code that causes it is a test in the PR #1086
The test is was meant to check for decimal overflow on `safe_add`. It was taken from Calcite itself: https://github.com/apache/calcite/blob/bd7d4e8…
-
* [ ] **I have checked that this bug has not yet been reported by someone else.**
## Description
When I am using my own map instead of the map sourced from osm for mosaic conversion, there will be…
-
```
org.springframework.boot
spring-boot-starter-parent
3.2.3
pom
import
…
-
Hi, I just released a fresh helm deployment using Druid 29.0.1 on Google Kubernetes Engine (GKE), using external Postgre for metadata and Google Cloud Storage (GCS) for deep storage and indexer logs. …
-
```text
Exception in thread "main" Cannot create property=mode for JavaBean=org.apache.shardingsphere.infra.yaml.config.pojo.YamlRootConfiguration@1700915
in 'reader', line 1, column 1:
databa…
-
When I compile the code with apache.calcite.core.jar
```
using org.apache.calcite.rel;
using org.apache.calcite.rel.core;
using org.apache.calcite.rex;
namespace CalciteIKVM;
public class …