mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-04 23:28:16 +00:00

* Fix #22422: Classification term count showing 0 in UI │ │ │ │ - Added bulk fetch methods to ClassificationDAO for efficient term count retrieval │ │ - Implemented proper batch fetching in ClassificationRepository.setFieldsInBulk │ │ - Added ConnectionAwareSqlQuery annotations for MySQL and PostgreSQL compatibility │ │ - Fixed duplicate key error in TagRepository.batchFetchUsageCounts │ │ - Added Playwright test to verify classification term counts display correctly * Fix java checkstyle * remove unused query * refactor query : switch to join-based classification hash matching and add generated column for classificationHash --------- Co-authored-by: sonikashah <sonikashah94@gmail.com> Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>