Dmitry Mottl

Results 53 comments of Dmitry Mottl

Denis, thanks for the explanation! I added CMake 3.30.2 to Dockerfiles. Please check it out: https://github.com/rust-lang/crates-build-env/pull/150

You can use pandas, which supports csv.gz out of the box or you can convert csv to parquet after you finished writing it. There are a lot of parquet converts....

Okay, Denis, make sense. I will try to find time to upgrade Dockerfile to 24.04

This commit updates images to 24.04: https://github.com/rust-lang/crates-build-env/pull/151

Closed due to #168

Dominik, from my point of view, `schema-file` is decent when you have a persistent set of columns. My case is different — many columns are added and removed an every...

It's fine, I understand your point. Supporting `schema.json` files in my case is not a good option.

Uhm.. the thing is not disallowing types, the thing is to have a simple way to set a default bit size for floats and integers. Like setting all the columns...

Thanks for comments! I chose to implement `From`. Do you want to have `f64x2::from_i32x4_lower2(x)` instead of `impl From for f64x2`?