Rok Mihevc
Rok Mihevc
> That seems reasonable. Feel free to merge. You're basically working on the physical type and saving off the extension type to reattach later? Yeah exactly. > I think, longer...
From the top of my head spec defines timestamp as UTC timestamp + timezone or timestamp + unknown timezone. Having local timestamp + timezone is not enough to disambiguate, but...
> Unless I'm missing something, I think this means that we currently have broken interop with other languages for zoned date times? It does seem so.
Thanks for starting this discussion @paleolimbot! I don't know enough about GDAL memory layout to say if (https://github.com/apache/arrow/pull/8510) is a good candidate for geo raster. I think for "GeoRasterArray" we'd...
> For the purposes of argument and to start the discussion, one storage type of an "Array of rasters" might be `Struct
For the arrow part https://lists.apache.org/[email protected] might be better. Also instead of the gRPC you could consider [Arrow Flight](https://arrow.apache.org/cookbook/cpp/flight.html) which is gRPC based. As for the geo part I'm sure others...
@NuSkooler for the `proprietary -> $standard` conversion this is probably the place to ask.
This is not really review ready yet.
I'm not sure what happens on `JNI` and `C++ / AMD64 Windows MinGW 32/64 C++`. I'm guessing either platform defaults change something wrong when packing or there's a bug in...
> I checked out the branch locally and built on MSYS2 MinGW64. I wasn't able to reproduce those test failures. They pass for me; I even ran with repeats just...