You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/01/17 11:53:14 UTC

[doris] branch master updated: [fix](BrokerFileReader) fix Compile error #16018

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6be0cc252a [fix](BrokerFileReader) fix Compile error #16018
6be0cc252a is described below

commit 6be0cc252a0ac26f82095e64a9650067b9ddb6de
Author: Tiewei Fang <43...@users.noreply.github.com>
AuthorDate: Tue Jan 17 19:53:06 2023 +0800

    [fix](BrokerFileReader) fix Compile error #16018
---
 be/src/io/fs/broker_file_reader.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/io/fs/broker_file_reader.cpp b/be/src/io/fs/broker_file_reader.cpp
index 6d1298f003..3d3dbfd802 100644
--- a/be/src/io/fs/broker_file_reader.cpp
+++ b/be/src/io/fs/broker_file_reader.cpp
@@ -34,7 +34,6 @@ BrokerFileReader::BrokerFileReader(const TNetworkAddress& broker_addr, const Pat
           _broker_addr(broker_addr),
           _fd(fd),
           _fs(std::move(fs)) {
-    _fs->get_client(&_client);
     DorisMetrics::instance()->broker_file_open_reading->increment(1);
     DorisMetrics::instance()->broker_file_reader_total->increment(1);
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org