u70b3 commented on PR #66671: URL: https://github.com/apache/doris/pull/66671#issuecomment-5275005254
Author note — review-fix round pushed (7167bfa46..91210871f): - Aligned `test_lance_show_index` with REST support (the PR1 assertion expected the removed rejection); granted the inspection suite's unprivileged user SELECT on the default database so its denial section runs on a fresh cluster. - Fixed checkstyle violations in two PR2 test files (caught by the full `mvn test` gate). - Fixed a false-MISMATCH defect found by end-to-end verification: the pinned SDK reports umbrella `VECTOR` vs describe-derived `IVF_PQ` (and `BTREE` vs `BTree`), so strict type equality bricked the logical view for healthy datasets. The consistency comparison now normalizes case/underscores and accepts umbrella families; internal types never match. - Excluded reserved system index entries (`__lance_frag_reuse`, `__lance_mem_wal`) so compacted datasets stay inspectable. - The generator now logs the sanitized wrapper for tokenized failures; client-visible messages unchanged. Verification: focused FE suites green with checkstyle; FE package and BE ASAN builds pass; both Lance regression suites pass in verify mode on a fresh local cluster (docker MinIO + REST mock). Full external regression suite not run. -- 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]
