Merged
Conversation
0178ab5 to
7981d82
Compare
0ca52b0 to
49a2b21
Compare
9c64a11 to
a66595a
Compare
7981d82 to
96f70e1
Compare
nguyenv
reviewed
Sep 30, 2024
nguyenv
approved these changes
Sep 30, 2024
Contributor
nguyenv
left a comment
There was a problem hiding this comment.
Look good on the Python side. Just one minor comment.
Contributor
Author
|
Thanks @nguyenv ! |
96f70e1 to
3258070
Compare
Base automatically changed from
kerl/maybe-resize-soma-joinid-cpp-tweak
to
kerl/sdf-domain-at-create
September 30, 2024 18:17
1531119 to
27dc91f
Compare
6692a88 to
eeade29
Compare
mojaveazure
approved these changes
Sep 30, 2024
Member
mojaveazure
left a comment
There was a problem hiding this comment.
LGTM from R, a few minor comments to be a bit more R-tastic but nothing major
9269614 to
39db38b
Compare
a418265 to
7fad794
Compare
e55735b to
2b4d5a0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3091 +/- ##
===========================================
- Coverage 88.98% 62.46% -26.53%
===========================================
Files 45 108 +63
Lines 4287 13288 +9001
Branches 0 825 +825
===========================================
+ Hits 3815 8301 +4486
- Misses 472 4788 +4316
- Partials 0 199 +199
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue and/or context: As tracked on issue #2407 / [sc-51048].
Note that the intended Python and R API changes are all agreed on and finalized as described in #2407.
Changes:
While the full-generality
upgrade_domainis on track for #2407, the most important special case is resizing thesoma_joinidindex column and leaving the others alone, ifsoma_joinidis an index column -- otherwise leaving it alone.This already exists in C++ and is well-tested there. This PR simply connects it to Python/R. It's time for this, as we need:
tests/testthat/test-soma-write-resume.Rfor R on [r] MakeDataFrameobjects shapeable at ingest #3089tiledbsoma.io[WIP] #2964Notes for Reviewer: