mrhhsg opened a new pull request, #65051:
URL: https://github.com/apache/doris/pull/65051
### What problem does this PR solve?
Issue Number: None
Problem Summary:
Short-circuit point queries on row-store Unique Key MOW tables could
deserialize full row-store complex column payloads into nested access-path
pruned slots. The serialized layouts do not match and could crash the backend
while reading nested struct/map/string fields.
This change keeps slots that require nested access paths on the column-store
rowid path and propagates their access paths to the segment iterator. Other
row-store columns continue to be read from row store.
### Release note
None
### Check List (For Author)
- Test:
- Regression test: `doris-local-regression.sh --network 10.26.20.3/24
all -d point_query_p0 -s test_short_circuit_rowstore_nested_complex
-forceGenOut`
- Regression test: `doris-local-regression.sh --network 10.26.20.3/24
all -d point_query_p0 -s test_short_circuit_rowstore_nested_complex`
- Format check: `build-support/check-format.sh`
- Diff check: `git diff --check`
- Static analysis: `build-support/run-clang-tidy.sh --build-dir
be/build_Release` (not passed in local environment due existing
clang-tidy/header setup issues)
- 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]