From 8d37f82d8e93ef2d9243b8637f2bd63e2c457a79 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 15 Aug 2025 12:02:47 -0700 Subject: [PATCH] Test C++ compilation --- c++/src/io/InputStream.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/c++/src/io/InputStream.hh b/c++/src/io/InputStream.hh index 07aa623b5f..4e2bc27d2f 100644 --- a/c++/src/io/InputStream.hh +++ b/c++/src/io/InputStream.hh @@ -31,6 +31,7 @@ namespace orc { + void printBuffer(std::ostream& out, const char* buffer, uint64_t length); class PositionProvider {