morrySnow commented on code in PR #65483:
URL: https://github.com/apache/doris/pull/65483#discussion_r3601495910
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/load/NereidsStreamLoadPlanner.java:
##########
@@ -323,6 +323,7 @@ public TPipelineFragmentParams plan(TUniqueId loadId, int
fragmentInstanceIdInde
queryOptions.setEnableMemtableOnSinkNode(enableMemtableOnSinkNode);
queryOptions.setNewVersionUnixTimestamp(true);
queryOptions.setNewVersionPercentile(true);
+ queryOptions.setNewVersionBitmapOpCount(true);
Review Comment:
用到 TQueryOptions 的地方还有未修改的地方,需要确认是否需要修改,比如:
```
org.apache.doris.qe.ShortCircuitQueryContext#ShortCircuitQueryContext(org.apache.doris.planner.Planner,
org.apache.doris.analysis.Queriable)
```
--
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]