englefly commented on code in PR #65530:
URL: https://github.com/apache/doris/pull/65530#discussion_r3601870249


##########
regression-test/suites/query_p0/topn_lazy/usingIndex/topNLazyMaterializationUsingIndex.groovy:
##########
@@ -76,4 +99,12 @@ suite("topNLazyMaterializationUsingIndex") {
             user_id > 0 order by user_id limit 1;
             """
 
+        order_qt_filter_order_key_not_pruned """
+        select k1, k2, v, pad

Review Comment:
   建议这里直接检查 shape plan 里 physicalMaterialize.lazySlots



##########
regression-test/suites/query_p0/topn_lazy/topn_lazy_on_data_model.groovy:
##########
@@ -61,6 +61,14 @@ suite("topn_lazy_on_data_model") {
     qt_shape_mow_key_lazy "explain shape plan select user_id  from mow order 
by username limit 1"
     qt_shape_mow_value_lazy "explain shape plan select age  from mow order by 
username limit 1"
 
+    order_qt_mow_alias_with_materialized_base_slot """

Review Comment:
   建议这里直接检查 shape plan 里 physicalMaterialize.lazySlots



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