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/snapshots #30

Closed nbc closed 1 year ago

nbc commented 1 year ago

A new clean PR to prepare future with only :

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (d8fe34a) 99.53% compared to head (c5b8a78) 99.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ========================================== + Coverage 99.53% 99.56% +0.02% ========================================== Files 9 11 +2 Lines 217 228 +11 ========================================== + Hits 216 227 +11 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/ddotta/parquetize/pull/30?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/30?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% <100.00%> (ø)` | | | [R/csv\_to\_parquet.R](https://codecov.io/gh/ddotta/parquetize/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui9jc3ZfdG9fcGFycXVldC5S) | `100.00% <100.00%> (ø)` | | | [R/download\_extract.R](https://codecov.io/gh/ddotta/parquetize/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui9kb3dubG9hZF9leHRyYWN0LlI=) | `100.00% <100.00%> (ø)` | | | [R/json\_to\_parquet.R](https://codecov.io/gh/ddotta/parquetize/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui9qc29uX3RvX3BhcnF1ZXQuUg==) | `100.00% <100.00%> (ø)` | | | [R/parquetize\_example.R](https://codecov.io/gh/ddotta/parquetize/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui9wYXJxdWV0aXplX2V4YW1wbGUuUg==) | `100.00% <100.00%> (ø)` | | | [R/rds\_to\_parquet.R](https://codecov.io/gh/ddotta/parquetize/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui9yZHNfdG9fcGFycXVldC5S) | `100.00% <100.00%> (ø)` | | | [R/sqlite\_to\_parquet.R](https://codecov.io/gh/ddotta/parquetize/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damien+Dotta#diff-Ui9zcWxpdGVfdG9fcGFycXVldC5S) | `100.00% <100.00%> (ø)` | | | [R/table\_to\_parquet.R](https://codecov.io/gh/ddotta/parquetize/pull/30?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/30?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/30?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.