Skip to content

Commit 613b8ff

Browse files
authored
Merge pull request ClickHouse#70534 from bigo-sg/upstream_orc_prefetch
Support async io prefetch for native orc reader
2 parents 759425d + 9b3fb15 commit 613b8ff

File tree

6 files changed

+211
-87
lines changed

6 files changed

+211
-87
lines changed

contrib/arrow-cmake/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ set(ORC_SRCS
177177
"${ORC_SOURCE_SRC_DIR}/io/InputStream.hh"
178178
"${ORC_SOURCE_SRC_DIR}/io/OutputStream.cc"
179179
"${ORC_SOURCE_SRC_DIR}/io/OutputStream.hh"
180+
"${ORC_SOURCE_SRC_DIR}/io/Cache.cc"
181+
"${ORC_SOURCE_SRC_DIR}/io/Cache.hh"
180182
"${ORC_SOURCE_SRC_DIR}/sargs/ExpressionTree.cc"
181183
"${ORC_SOURCE_SRC_DIR}/sargs/ExpressionTree.hh"
182184
"${ORC_SOURCE_SRC_DIR}/sargs/Literal.cc"

contrib/orc

Submodule orc updated 46 files

0 commit comments

Comments
 (0)