Sebastian Utz

Results 111 comments of Sebastian Utz

@jeeminso Are the dedicated commits valid standalone? Or should they be stashed?

> while I see CrateDB reserves _id already, and maybe others, we can see on behalf of this example is that it is a bit harsh to block the whole...

From a quick test, geo queries on such unwrapped `GeometryCollections` work as expected. So even if the unwrapping is unexpected, there seems no real issue with it. Example: ``` CREATE...

@amotl As this issue is quite old and wasn't updated recently (sorry for our delay in the response!), it may has been resolved already. Please reopen if there is any...

The problem here is the self-intersecting MultiPolygon WKT string which raises a validation error from the [spatial4j](https://github.com/locationtech/spatial4j) library we are using internally: ``` Cannot convert WKT "GEOMETRYCOLLECTION ( MULTIPOLYGON (((5...

@meteoiker We can verify this issue and working on a fix. Thank you for reporting.

@meteoiker Forgot to mention: this is an replication issue, probably inside your logs you see some cast exception while replicating the write. This in turn causes replicas to fail, and...

After a team discussion, we've decided to change the implementation to sequentially iterate over tables instead of concurrently as suggested by @mfussenegger in a first shot, current estimate of 1-3...

@karynzv Could you tell us more about the use-case? What is the problem this should solve?

> As you advise that HTTP/JSON transport may loose precision, may I ask if it would be expectably different when using the PostgreSQL interface? Yes, the issue is completely related...