Sign in
apache
/
doris
/
refs/heads/hello-stephen-patch-21
/
.
/
be
/
src
/
io
/
AGENTS.md
blob: 885eef1a929d8cd9d7071e669b23b39a84570950 [
file
] [
view
]
# BE IO — Review Guide
-
[
]
Public
`FileSystem`
operations
use
`FILESYSTEM_M`
(
inline
on pthreads
,
`AsyncIO::run_task`
on bthreads
)?
-
[
]
Remote
-
reader caching stays at
`RemoteFileSystem::open_file_impl()`
,
not
reimplemented per backend
?