HappenLee commented on code in PR #64242:
URL: https://github.com/apache/doris/pull/64242#discussion_r3377764705


##########
be/src/exec/rowid_fetcher.cpp:
##########
@@ -100,6 +104,16 @@ PMultiGetRequest RowIDFetcher::_init_fetch_request(const 
ColumnString& row_locs)
         }
         slot->to_protobuf(mget_req.add_slots());
     }
+    bool fetch_row_store = _fetch_option.t_fetch_opt.fetch_row_store;

Review Comment:
   这个是不是直接在FE改就行了,有sub column prune的时候不走行存



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to