You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently noticed a problem after revdeps uncovered a lazily read csv with readr failed to roundtrip to parquet. Write tests that will be run in our CI (and setup a job that does this, after installing the extra packages) but that will also not trigger complains in checks or on CRAN since we don't need to or want to actually depend on those packages directly.
Component(s)
R
The text was updated successfully, but these errors were encountered:
…p data to Tables + Parquet files (#43634)
### Rationale for this change
Add coverage for objects that might have issues roundtripping to Arrow Tables or Parquet files
### What changes are included in this PR?
A new test file + a crossbow job that ensures these other packages are installed so the tests run.
### Are these changes tested?
The changes are tests
### Are there any user-facing changes?
No
* GitHub Issue: #43633
Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
Oops, I should have caught this in #43633 Removes `data.table::` since the namespace is loaded. Also fix some linting errors and free up space on the force tests run.
Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
Describe the enhancement requested
We recently noticed a problem after revdeps uncovered a lazily read csv with
readr
failed to roundtrip to parquet. Write tests that will be run in our CI (and setup a job that does this, after installing the extra packages) but that will also not trigger complains in checks or on CRAN since we don't need to or want to actually depend on those packages directly.Component(s)
R
The text was updated successfully, but these errors were encountered: