This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new a7276181927 branch-4.0: [chore](compile) make gcc compiler happy
#56606 (#56662)
a7276181927 is described below
commit a72761819276ffbeb3d8853f8c76556488a23fff
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 30 12:06:31 2025 +0800
branch-4.0: [chore](compile) make gcc compiler happy #56606 (#56662)
Cherry-picked from #56606
Co-authored-by: Jack <[email protected]>
---
be/src/io/tools/file_cache_microbench.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/be/src/io/tools/file_cache_microbench.cpp
b/be/src/io/tools/file_cache_microbench.cpp
index 0feb373ed9c..6da84b8fe48 100644
--- a/be/src/io/tools/file_cache_microbench.cpp
+++ b/be/src/io/tools/file_cache_microbench.cpp
@@ -1312,7 +1312,8 @@ private:
file_size = exist_job_perfile_size;
}
-#if 0 // TODO(dengxin): fix verify \
+// TODO(dengxin): fix verify
+#if 0
// Verify read data
if (!DataVerifier::verify_data(key, file_size,
read_offset, read_buffer,
read_length)) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]