Jim Hughes
Jim Hughes
Which one? Is it `0.28` or the latest of the `cc-docker-ksql` ones? ```jhughes@C02GN02C1PG2 ksql % git branch -a | grep \\\.28 remotes/origin/0.28 remotes/origin/0.28-cleanup remotes/origin/0.28.0-cc-docker-ksql.110.x remotes/origin/0.28.1-cc-docker-ksql.114.x remotes/origin/0.28.1-cc-docker-ksql.115.x remotes/origin/0.28.2-cc-docker-ksql.116.x remotes/origin/0.28.2-cc-docker-ksql.117.x remotes/origin/0.28.2-cc-docker-ksql.119.x```
Cool, done. FYI @lihaosky I tossed my docs PR into that branch.
I peeked at this when @alonpr mentioned it in Slack. I believe that the default value is coming from Apache Kafka.
Yes, I do believe that's correct. I do not see anything in the ksql codebase which is overriding the default. Further, (I think that) the AK default is set here:...
This change has been reverted in AK.
@xnog can you share the command that you tried to run?
@jorisvandenbossche when you say that you are using GEOS objects, can you link to the memory model? I'm wondering if it is the same as PostGIS's 'gserialized' model.
Hi all, I work on LocationTech GeoMesa, and we've got an existing implementation of (Multi){Point,LineString,Polygon}s using the nested array approach in Scala for Apache Arrow, Parquet, and Orc. I'm not...
@pramsey Nice! It is good reminder that all of this has happened before. Thanks for the link; I need to remember to read it later. Do you think it'd make...
Good points. I suppose I ask about pushing something like this to JTS/GEOS is to help get broad adoption. For shapefiles, while I don't know the spec well, I get...