-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tighted DelayedMask behavior to align with missing value policies.
The major change is that, if 'is.na()' is TRUE for a placeholder, we will mask all values for which 'is.na()' is TRUE; this includes NaNs that were previously not masked. This aligns with the takane policy of not trusting NaN payloads. Another change is that, if we see an integer dataset with a NA and the placeholder is not NA, we throw an error because the dataset's NA was likely an attempt at -2^31, which we just can't represent as a regular integer in R.
- Loading branch information
Showing
3 changed files
with
56 additions
and
29 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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