jiangxt2 commented on PR #11731: URL: https://github.com/apache/gravitino/pull/11731#issuecomment-4762400713
Done. Added `CatalogDoris3xIT` with 5 test cases using the Doris 3.0.x Docker image: - `testCreateTableWithInvertedIndex` — INVERTED index creation + read-back - `testAddAndDropInvertedIndex` — ALTER TABLE add/drop INVERTED index - `testCreateTableWithAutoIncrement` — Auto Increment with UNIQUE_KEY model - `testCreateTableWithPrimaryKeySmokeTest` — PRIMARY_KEY → DUPLICATE KEY mapping - `testIndexReadBackMapping` — index type read-back correctness Also added multi-version Doris container infrastructure (`DorisImageName` enum, split FE/BE image support in `DorisContainer` and `docker-compose.yaml`) so that 1.2.x and 3.0.x clusters can coexist in the same test lifecycle. -- 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]
