Arnab Karmakar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/23816


Change subject: IMPALA-9935: Support individual partitions in catalog_object 
webUI page
......................................................................

IMPALA-9935: Support individual partitions in catalog_object webUI page

This patch adds support for querying individual partition metadata through
the /catalog_object webUI endpoint on both CatalogServer and Coordinator.

Previously, the endpoint only supported DATABASE, TABLE, VIEW, FUNCTION,
DATA_SOURCE, HDFS_CACHE_POOL, PRINCIPAL, PRIVILEGE, and
AUTHZ_CACHE_INVALIDATION catalog object types. This change adds support
for HDFS_PARTITION objects.

Endpoint Availability:
- Catalog V1 (legacy catalog mode): Works on both CatalogServer
  (port 25020) and Coordinator (port 25000)
- Catalog V2 (local catalog mode): Only works on CatalogServer (port 25020)

Testing:
- Existing tests pass
- New tests added for partition object retrieval in both HTML and JSON formats
- Manual testing with various partition configurations
- Error handling tested for edge cases

Change-Id: I5645a20283e664af12d04a9665c8870c7666a74c
---
M be/src/catalog/catalog-util.cc
M fe/src/main/java/org/apache/impala/catalog/Catalog.java
M tests/webserver/test_web_pages.py
3 files changed, 199 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/16/23816/1
--
To view, visit http://gerrit.cloudera.org:8080/23816
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5645a20283e664af12d04a9665c8870c7666a74c
Gerrit-Change-Number: 23816
Gerrit-PatchSet: 1
Gerrit-Owner: Arnab Karmakar <[email protected]>

Reply via email to