diff --git a/src/main/cpp/src/hash.hpp b/src/main/cpp/src/hash.hpp index ae84d174e..18157710e 100644 --- a/src/main/cpp/src/hash.hpp +++ b/src/main/cpp/src/hash.hpp @@ -25,7 +25,7 @@ namespace spark_rapids_jni { constexpr int64_t DEFAULT_XXHASH64_SEED = 42; -constexpr int MAX_NESTED_DEPTH = 8; +constexpr int MAX_NESTED_DEPTH = 8; /** * @brief Computes the murmur32 hash value of each row in the input set of columns.