From f8201b7e2856b00f0f40be5475a3b14cd03da229 Mon Sep 17 00:00:00 2001 From: zxf216 <524627843@qq.com> Date: Wed, 14 Aug 2024 07:15:29 +0800 Subject: [PATCH] Update c++/include/orc/Common.hh Co-authored-by: Gang Wu --- c++/include/orc/Common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/include/orc/Common.hh b/c++/include/orc/Common.hh index 7e3a99bcd4..5a9f63e97d 100644 --- a/c++/include/orc/Common.hh +++ b/c++/include/orc/Common.hh @@ -234,7 +234,7 @@ namespace orc { /** *Get the Localkey for a specific column in this Stripe. */ - virtual std::vector& getEncryptedLocalKeyByVariantId(int col) const = 0; + virtual std::vector& getEncryptedLocalKeyByVariantId(int32_t col) const = 0; /** * In general, only the first stripe in an ORC file will store the LocalKey.In this case, the * stripeId and originalStripeId are equal. If an ORC file has multiple stripes storing the