BiteTheDDDDt opened a new pull request, #65113:
URL: https://github.com/apache/doris/pull/65113
### What problem does this PR solve?
Several legacy thrift and protobuf structures are no longer referenced by
Doris code or active IDL entry points. Keeping them increases generated IDL
surface area and makes it harder to tell which request/response formats are
still live.
This change removes the unused runtime filter target thrift structure, stale
tablet-writer batch protobuf request/result messages, the unused
column-data-file protobuf, and now-unused protobuf helper messages.
Issue Number: None
Related PR: None
### Release note
None
### Check List (For Author)
- Test: Manual test
- `git diff --check`
- `DORIS_THIRDPARTY=/mnt/disk8/xiaolei/codespaces/doris/thirdparty make
-C gensrc`
- Verified no `TRuntimeFilterTargetParams` / `rid_to_target_param`
references remain outside generated outputs
- Behavior changed: No
- 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]