From e0da6fc53b38346363cc31565318d042b7851a04 Mon Sep 17 00:00:00 2001 From: kakachen Date: Wed, 21 May 2025 18:51:44 +0800 Subject: [PATCH] [Fix] Fix compiling error. --- c++/src/StripeStream.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/StripeStream.hh b/c++/src/StripeStream.hh index 296305091a1..5e190b4b44a 100644 --- a/c++/src/StripeStream.hh +++ b/c++/src/StripeStream.hh @@ -134,9 +134,9 @@ namespace orc { MemoryPool& memory; CompressionKind compression; uint64_t blockSize; + ReaderMetrics* metrics; mutable proto::StripeFooter* stripeFooter; mutable std::unique_ptr managedStripeFooter; - ReaderMetrics* metrics; void ensureStripeFooterLoaded() const; public: