0AyanamiRei opened a new pull request, #64739:
URL: https://github.com/apache/doris/pull/64739
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: selectdb/selectdb-core#9834
Problem Summary: Pick selectdb/selectdb-core#9834 to master. Cloud sub
transaction commit did not persist the version update time for saved partition
versions, so table update time could be missing after transactional insert.
This change records one commit update timestamp, stores it in each generated
VersionPB, returns it in the commit response, and covers the behavior with
cloud meta-service assertions plus a cloud regression case.
### Release note
None
### Check List (For Author)
- Test: Build and style/analysis checks only per request.
- ./build.sh --fe --be --cloud -j60
- ./build-support/check-format.sh
- ./build-support/run-clang-tidy.sh --base HEAD^ --build-dir
cloud/build_ASAN attempted; local clang-tidy analysis was blocked by toolchain
header issues and existing diagnostics, and no primary diagnostics on changed
lines were found.
- Regression tests / Unit tests: not run per request.
- Behavior changed: Yes. Cloud sub transaction commit now persists and
returns version update time.
- 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]