ddotta / parquetize

R package that allows to convert databases of different formats to parquet format
https://ddotta.github.io/parquetize/
62 stars 4 forks source link

Feature/deprecate chunk size #31

Closed nbc closed 1 year ago

nbc commented 1 year ago

Hi Damien,

The second (small) PR that :

Next one will be DBI

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 :tada:

Comparison is base (0a279bf) 99.56% compared to head (27b5c9f) 99.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 99.56% 99.58% +0.02% ========================================== Files 11 11 Lines 228 242 +14 ========================================== + Hits 227 241 +14 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/ddotta/parquetize/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta) | Coverage Δ | | |---|---|---| | [R/check\_parquet.R](https://codecov.io/gh/ddotta/parquetize/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui9jaGVja19wYXJxdWV0LlI=) | `100.00% <ø> (ø)` | | | [R/table\_to\_parquet.R](https://codecov.io/gh/ddotta/parquetize/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui90YWJsZV90b19wYXJxdWV0LlI=) | `100.00% <100.00%> (ø)` | | | [R/testthat-helpers.R](https://codecov.io/gh/ddotta/parquetize/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui90ZXN0dGhhdC1oZWxwZXJzLlI=) | `100.00% <100.00%> (ø)` | | | [R/utilities.R](https://codecov.io/gh/ddotta/parquetize/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui91dGlsaXRpZXMuUg==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.