eldenmoon opened a new pull request, #66918:
URL: https://github.com/apache/doris/pull/66918

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: #62917
   
   Problem Summary: The legacy `__DORIS_ROWID_COL__` ResultSink two-phase fetch 
path remained after TopN lazy materialization moved to 
`__DORIS_GLOBAL_ROWID_COL__` and `multiget_data_v2`. This PR removes the unused 
FE and BE execution, rowset-retention, and row-at-a-time storage read code.
   
   The old protobuf and Thrift definitions retain their original field IDs and 
are marked deprecated. Deprecated `multiget_data` calls now return 
`NotSupported`.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test: Regression test
       - `query_p0/topn_lazy` (7 suites)
       - ASAN BE+FE build
   - Behavior changed: Yes. The deprecated `multiget_data` execution path now 
returns `NotSupported`; the current `GLOBAL_ROWID_COL` and `multiget_data_v2` 
path is unchanged.
   - Does this need documentation: No


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