Merged
Conversation
476fa06 to
497435d
Compare
averissimo
commented
Dec 12, 2023
averissimo
commented
Dec 12, 2023
Contributor
Code Coverage SummaryDiff against mainResults for commit: 86529be Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Contributor
Contributor
Unit Test Performance DifferenceAdditional test case details
Results for commit 3270664 ♻️ This comment has been updated with latest results. |
chlebowa
reviewed
Dec 12, 2023
gogonzo
previously requested changes
Dec 14, 2023
Contributor
gogonzo
left a comment
There was a problem hiding this comment.
parent argument is confusing. Default values differ between two functions and the possibility of having a parent as dataset_1 or dataset_2 is too "freely". I would prefer to limit dataset_1 to be a parent only. So that
join_key("parent", "child", c(id_in_parent = id_in_child), directed = TRUE) # default
join_key("A", "B", c(id_in_A = id_in_B), directed = FALSE)
chlebowa
reviewed
Dec 14, 2023
Co-authored-by: kartikeya kirar <kirar.kartikeya1@gmail.com> Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
gogonzo
reviewed
Dec 20, 2023
gogonzo
reviewed
Dec 20, 2023
Co-authored-by: kartikeya kirar <kirar.kartikeya1@gmail.com> Co-authored-by: Dawid Kałędkowski <6959016+gogonzo@users.noreply.github.com> Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
chlebowa
reviewed
Dec 20, 2023
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
gogonzo
reviewed
Dec 20, 2023
gogonzo
reviewed
Dec 20, 2023
Co-authored-by: Dawid Kałędkowski <6959016+gogonzo@users.noreply.github.com> Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
Contributor
|
@averissimo PR looks great. I have re-reviewed it and tested it with |
averissimo
added a commit
to insightsengineering/teal
that referenced
this pull request
Dec 22, 2023
…efault (#1020) # Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Fixes insightsengineering/teal.slice#502 Part of insightsengineering/teal.slice#503 and insightsengineering/teal.data#215 ### Changes - Corrects test to reflect behavior resulting from `teal.data` default parent setting when creating new `join_key`
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.
Pull Request
Fixes #203
Changes description / TODO while wip
join_key()and[<-.join_keysthat determines which dataset is parentjoin_keysjoin_keyvignette🗨️ Discussion
jk[[i]][[j]] <- keydefine a parent relationship?jk[[i]] <- list(j = key, m = key2)would have to set parents forjandmparentparameter.[[should be left undirected