Recently, #767 has been merged into main. With that we should add some tests that check the code from the PR. As HDFS is an optional feature it would be fine if these tests only run if one wants to opt-in. This could be done similarly to how the CUDA kernels are only tested when USE_CUDA is defined, but other ways to make it optional are also fine.
I placed a suggestion to run tests in a single node cluster (that could ideally be set up and torn down automatically via some script) is in the comments of #767 after merging.
Recently, #767 has been merged into main. With that we should add some tests that check the code from the PR. As HDFS is an optional feature it would be fine if these tests only run if one wants to opt-in. This could be done similarly to how the CUDA kernels are only tested when
USE_CUDA
is defined, but other ways to make it optional are also fine.