[X] I searched in the issues and found nothing similar.
Paimon version
paimon-1.0-SNAPSHOT
Compute Engine
flink
Minimal reproduce step
create a branch for table.
write some data to the branch and create a tag.
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.
Search before asking
Paimon version
paimon-1.0-SNAPSHOT
Compute Engine
flink
Minimal reproduce step
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 asAggregationFieldsTable / ConsumersTable / TagsTable
cannot be queried normally.Are you willing to submit a PR?