yiguolei commented on code in PR #68198:
URL: https://github.com/apache/doris/pull/68198#discussion_r4055919865


##########
be/src/service/point_query_executor.cpp:
##########
@@ -595,18 +595,27 @@ Status PointQueryExecutor::_lookup_row_data() {
                                            return seg->id() == 
row_loc.segment_id;
                                        });
                 const auto& segment = *it;
+                const auto tablet_schema = _tablet->tablet_schema();

Review Comment:
   点查对于light weight schema change 加列的时候,返回的结果是不是错误的?



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