imay commented on a change in pull request #1173: load data from Parquet file 
(Issues #911)
URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r289273174
 
 

 ##########
 File path: be/src/exec/broker_reader.cpp
 ##########
 @@ -112,24 +112,29 @@ Status BrokerReader::open() {
         LOG(WARNING) << ss.str();
         return Status(ss.str());
     }
-
+    _file_size = response.size;
 
 Review comment:
   for compatible with old broker, you should check if there is size field in 
response
   if (reponse.__isset.size) {
   
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to