Closed ddotta closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
81f4337
) 99.66% compared to head (643c995
) 99.67%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Hi @ddotta,
It's perfect for me.
I wonder if fst package must be in Imports or in Suggest with a error "fst must be installed to use this method" when you call fst_to_parquet without the fst installed.
And I was wandering in other files, I find a bug in csv_to_parquet that has two arguments compression and compression_level never passed to write_parquet_at_once (we only pass ellipsis).
Thanks @nbc for the review!
I included the fst package in the Imports, I had simply forgotten to add the importFrom
statement
And I was wandering in other files, I find a bug in csv_to_parquet that has two arguments compression and compression_level never passed to write_parquet_at_once (we only pass ellipsis).
Ok good point. I'm opening an issue to keep it in mind. See #36
Hi @nbc ,
This PR simply adds a
fst_to_parquet
function.Close #29