0AyanamiRei opened a new pull request, #65154:
URL: https://github.com/apache/doris/pull/65154
### What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
The Stream Load HTTP response JSON field `LoadBytes` and the `SHOW STREAM
LOAD` result column were named `LoadBytes`, but the value actually represents
the bytes **received** from the HTTP request body (`receive_bytes`), not the
bytes loaded into storage. The name is misleading. This PR renames the
outward-facing display field to `receivedBytes` for clarity.
### Release note
Rename Stream Load display field `LoadBytes` to `receivedBytes` in HTTP
response JSON and `SHOW STREAM LOAD` result column. Field value and semantics
are unchanged.
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [x] Regression test
- [x] Unit Test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- Behavior changed:
- [ ] No.
- [x] Yes. Stream Load HTTP response JSON key renamed from `LoadBytes`
to `receivedBytes`; `SHOW STREAM LOAD` column renamed accordingly.
- Does this need documentation?
- [ ] No.
- [x] Yes.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label
--
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]