hoshinojyunn opened a new pull request, #65776:
URL: https://github.com/apache/doris/pull/65776
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: SHOW PARTITIONS did not expose the configured
inverted-index storage format or allow users to filter partitions by it. SHOW
TABLET STORAGE FORMAT also omitted the inverted-index format and could not
inspect Cloud tablets. This change adds the format column to partition output
and filtering, returns the tablet schema format from local and Cloud BEs, and
includes per-tablet and aggregate inverted-index format results. The Cloud
regression writes to every dynamic partition before validating tablet output
because Cloud tablets are materialized on first write.
### Release note
SHOW PARTITIONS now reports and filters by InvertedIndexStorageFormat. SHOW
TABLET STORAGE FORMAT reports inverted-index storage formats for local and
Cloud tablets.
### Check List (For Author)
- Test: Regression test
- source ~/.venv/bin/activate && export
LOCAL_DORIS_PATH=/mnt/disk1/ganderun/partition_index_format_observability/tmp
&& ./run-regression-test.sh --run -d cloud_p0 -s
test_cloud_show_inverted_index_storage_format -runMode=cloud
- Behavior changed: Yes (SHOW PARTITIONS and SHOW TABLET STORAGE FORMAT
expose inverted-index storage formats, including Cloud mode)
- 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]