jiangxt2 commented on PR #11731: URL: https://github.com/apache/gravitino/pull/11731#issuecomment-4779465983
Fixed. The CI failure was caused by `getIndexes()` hardcoding `PRIMARY_KEY` for all indexes, which broke `CatalogDorisIT` assertions. The fix reads `Index_type` column from `SHOW INDEX` via `ResultSetMetaData` and maps it through `mapDorisIndexType()`. Also addressed M4 (catch block scope) and L4 (index existence assertion in 1.2.x IT). All tests pass locally: 12 unit + 15 CatalogDorisIT + 5 CatalogDoris3xIT + 5 CatalogDoris4xIT. -- 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]
