Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark nvcomp zstd compression stable (#12059)
NVCOMP zstd compression was added in 22.10, but marked experimental, meaning you have to define the environment variable `LIBCUDF_NVCOMP_POLICY=ALWAYS` to enable it. After completing validation testing using the spark rapids plugin as documented here: NVIDIA/spark-rapids#3037, we believe that we can now change the zstd compression status to stable, which will enable it in cudf by default. `LIBCUDF_NVCOMP_POLICY=STABLE` is the default value. Authors: - Jim Brennan (https://github.com/jbrennan333) Approvers: - Nghia Truong (https://github.com/ttnghia) - David Wendt (https://github.com/davidwendt) - Vukasin Milovanovic (https://github.com/vuule) URL: #12059
- Loading branch information