This is an automated email from the ASF dual-hosted git repository.
kakachen pushed a commit to branch orc
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/orc by this push:
new 72787269f5f [Fix] Fix compiling error. (#316)
72787269f5f is described below
commit 72787269f5f52ab0174bac1dbf54050bb7b60242
Author: Qi Chen <[email protected]>
AuthorDate: Wed May 21 18:55:30 2025 +0800
[Fix] Fix compiling error. (#316)
---
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<proto::StripeFooter> managedStripeFooter;
- ReaderMetrics* metrics;
void ensureStripeFooterLoaded() const;
public:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]