-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[c++, r] Update and refactor nanoarrow (#2188)
* Update nanoarrow vendored files to nanoarrow 0.4.0 * Low-level wiring of nanoarrow at sr_* level * More lower-level wiring of nanoarrow * WIP snapshot with nanoarrow wired into libtiledbsoma * Ensure nullable is set correctly in either case * Context wrapped in a special purpose struct should not finalize * Simpler and faster r-ci.yaml * Use nanoarrow 0.4.0 consistently * Refined arrow_adapter * Set increased timeout for download.file to survive GH flakyness * Turn trace back of, do not include carrow in cli * Do not include carrow.h in reindexer.cc * WIP changes expanding type map, suppressing schema release * [c++] Fix segfault issues * Add additional necessary strdup * No longer to protect one statement * Support TILEDB_DATETIME_DAY aka Date as well * Meh * Meh with version 14.0.0 and not 14.0.6 because ... sure * Remove initialization setters covered by nanoarrow use * Ensure DATETIME columns get Arrow coltype reset * Add more date and datetime support * Additional conversion * Post-rebase change * Heeding time to the lord of linting is time well spent some say * Heeding time to the lord of linting is time well spent some say * Correct another delete to free * Additional non-nullptr protection * make format * Additional test conditioner * Correcting one buffer size selection * make format * Remove carrow.h and reference to it * Cleanups * Use nanoarrow.{c,hpp} via tiledbsoma/utils/ * Re-activate -Werror * Chore * High-productivity afternoon * Correct an format string error message --------- Co-authored-by: Vivian Nguyen <[email protected]>
- Loading branch information
1 parent
46f8699
commit aa0adcb
Showing
27 changed files
with
5,613 additions
and
3,647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.