Seth Shelnutt
Seth Shelnutt
@ihnorton this is where the cap'n proto serialization of the objects comes for items like these.
@viyiu most likely the $GOPATH/bin is not in your $PATH variable. Try running `$GOPATH/bin/db2struct --help`.
@irrelevantdotcom you can use the `--target` to write the struct output to a file. For the all tables request, would you want all the structs in a single file or...
@roowe thanks for the contribution, I apologize for the delay in reviewing. I'm more than happy to merge this if you can adjust the unit tests to pass.
Thanks for posting this @barracuda156. To confirm you are working on powerpc for macos with gcc 12?
Are we sure we want [Remove polling for bucket/object propagation/deletion.](https://github.com/TileDB-Inc/TileDB/pull/4008/commits/7eed8a7647ab5aa51b14a6eba7e48d6e4b73a31f)? For multi-part uploads we've learned with GCS that they don't guarantee read-after-write, as such I think we need the wait...
Looks like a few msvc errors, https://github.com/TileDB-Inc/TileDB/actions/runs/4758463351/jobs/8456556083?pr=4049#step:10:593 ``` D:\a\TileDB\TileDB\tiledb\sm\cpp_api\arrow_io_impl.h(619,18): error C2131: expression did not evaluate to a constant (compiling source file D:\a\TileDB\TileDB\test\src\unit-arrow.cc) [D:\a\tdbbd\tiledb\test\tiledb_unit.vcxproj] D:\a\TileDB\TileDB\tiledb\sm\cpp_api\arrow_io_impl.h(619,18): message : failure was caused by...
Is this still an issue? I went to add a unit test to track this down and it appears to work. https://github.com/Shelnutt2/libchan/commit/6a229ba8bb3b444d4e6b7c28b5c95958dbd645b1
Hello @JosephBizu! If I understand your question correctly, you are currently creating separate TileDB arrays for each of your polygon. You are then wanting to query all the separate TileDB...
@snagles we should revist this to start collecting the errors.