danhuawang opened a new issue, #7688:
URL: https://github.com/apache/gravitino/issues/7688

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   There's a tag named "high". 
   Add this tag to the schema `catalog_hive_rename.arriel_schema`, then add 
this tag to the catalog `catalog_hive_rename` .
   
   Get tags for metalake object 
`catalog_hive_rename.arriel_schema.arriel_table`. The table has duplicate tags 
as following:
   
   ```
   {
       "code": 0,
       "tags": [
           {
               "name": "high",
               "comment": "",
               "properties": {
                   "color": "#a11303"
               },
               "audit": {
                   "creator": "service_admin",
                   "createTime": "2025-05-30T06:48:48.002340774Z"
               },
               "inherited": true
           },
           {
               "name": "successfully",
               "comment": "",
               "properties": {
                   "color": "#7aef6a"
               },
               "audit": {
                   "creator": "service_admin",
                   "createTime": "2025-06-12T08:34:24.212329812Z",
                   "lastModifier": "service_admin",
                   "lastModifiedTime": "2025-06-17T07:52:42.949961823Z"
               },
               "inherited": true
           },
           {
               "name": "high",
               "comment": "",
               "properties": {
                   "color": "#a11303"
               },
               "audit": {
                   "creator": "service_admin",
                   "createTime": "2025-05-30T06:48:48.002340774Z"
               },
               "inherited": true
           }
       ]
   }
   ```
   
   ### Error message and/or stacktrace
   
   N/A
   
   ### How to reproduce
   
   See above
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to