From 88cfa094c27f9333caa3f1d89db1994a7e4137de Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Wed, 11 Dec 2024 10:01:12 -0500 Subject: [PATCH] Add comments --- cpp/src/io/orc/stripe_data.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/io/orc/stripe_data.cu b/cpp/src/io/orc/stripe_data.cu index fbcc1781f3a..e3d40c674bb 100644 --- a/cpp/src/io/orc/stripe_data.cu +++ b/cpp/src/io/orc/stripe_data.cu @@ -186,6 +186,7 @@ class run_cache { * greater than it. * * @param max_length The maximum length allowed to be consumed. + * @return A new maximum length. */ __forceinline__ __device__ uint32_t adjust_max_length(uint32_t max_length) {