-
|
which os will be stable and best for contribution in datafusion, i am currently on windows 11. Is there any more specific system requirements ? like specific ram, rom, processor for smooth performance Help !!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I believe most contributors use Linux/Mac, though there are some on Windows. It is worth noting we disabled the Windows CI runners due to performance issues, so if you face issues building/testing on Windows it might be harder to get support on it. As for specs, as long as it's not horribly bad/old it should be fine I guess? I know running the test suite in full can be memory intensive, but I think the best option here is just clone the repo and try it out on your machine (e.g. running |
Beta Was this translation helpful? Give feedback.
I believe most contributors use Linux/Mac, though there are some on Windows. It is worth noting we disabled the Windows CI runners due to performance issues, so if you face issues building/testing on Windows it might be harder to get support on it.
As for specs, as long as it's not horribly bad/old it should be fine I guess? I know running the test suite in full can be memory intensive, but I think the best option here is just clone the repo and try it out on your machine (e.g. running
cargo test) to see how it performs.