liming30 opened a new issue, #4526:
URL: https://github.com/apache/paimon/issues/4526

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   paimon-1.0-SNAPSHOT
   
   ### Compute Engine
   
   flink
   
   ### Minimal reproduce step
   
   1. create a branch for table.
   2. write some data to the branch and create a tag.
   3. use flink hints to query the tag system table of the branch.
   `SELECT tag_name,snapshot_id,record_count FROM t$tags /*+ 
OPTIONS('branch'='b1') */`
   
   ### What doesn't meet your expectations?
   
   Unable to find the tag of this branch, only the tag of the main branch can 
be found.
   
   ### Anything else?
   
   The branch information of system tables such as `ManifestsTable / 
StatisticTable / FilesTable` can be queried normally using flink hints, but 
system tables such as `AggregationFieldsTable / ConsumersTable / TagsTable` 
cannot be queried normally.
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


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