BiteTheDDDDt opened a new pull request, #35861: URL: https://github.com/apache/doris/pull/35861
## Proposed changes add SCHEMA_VERSION into information_schema.rowsets ```sql mysql [test]>select * from information_schema.rowsets where tablet_id=55182; +------------+--------------------------------------------------+-----------+-----------------+--------+--------------+---------------+-------------+-----------------+----------------+---------------------+------------------------+----------------+ | BACKEND_ID | ROWSET_ID | TABLET_ID | ROWSET_NUM_ROWS | TXN_ID | NUM_SEGMENTS | START_VERSION | END_VERSION | INDEX_DISK_SIZE | DATA_DISK_SIZE | CREATION_TIME | NEWEST_WRITE_TIMESTAMP | SCHEMA_VERSION | +------------+--------------------------------------------------+-----------+-----------------+--------+--------------+---------------+-------------+-----------------+----------------+---------------------+------------------------+----------------+ | 10009 | 020000000000005a714d2f4bc0290907ca9dc2c861aea6bb | 55182 | 0 | 8013 | 0 | 6 | 6 | 0 | 0 | 2024-06-04 16:43:36 | 2024-06-04 16:43:35 | 1 | | 10009 | 0200000000000040714d2f4bc0290907ca9dc2c861aea6bb | 55182 | 0 | 0 | 0 | 5 | 5 | 0 | 0 | 2024-06-04 16:43:06 | 2024-06-03 15:23:56 | 0 | | 10009 | 020000000000003e714d2f4bc0290907ca9dc2c861aea6bb | 55182 | 0 | 0 | 0 | 3 | 3 | 0 | 0 | 2024-06-04 16:43:06 | 2024-06-03 15:23:35 | 0 | | 10009 | 020000000000003c714d2f4bc0290907ca9dc2c861aea6bb | 55182 | 0 | 0 | 0 | 2 | 2 | 0 | 0 | 2024-06-04 16:43:06 | 2024-06-03 15:23:04 | 0 | | 10009 | 020000000000003f714d2f4bc0290907ca9dc2c861aea6bb | 55182 | 0 | 0 | 0 | 4 | 4 | 0 | 0 | 2024-06-04 16:43:06 | 2024-06-03 15:23:50 | 0 | | 10009 | 020000000000003a714d2f4bc0290907ca9dc2c861aea6bb | 55182 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2024-06-04 16:43:06 | 2024-06-03 15:22:36 | 0 | +------------+--------------------------------------------------+-----------+-----------------+--------+--------------+---------------+-------------+-----------------+----------------+---------------------+------------------------+----------------+ ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org