paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[core] Add Table.uuid method

Open JingsongLi opened this issue 1 year ago • 0 comments

Purpose

Add Table.uuid method for table uniq id, this can be used like some RBAC support.

  • for filesystem catalog, uuid is db + tableName, it is not a precise value.
  • for hive catalog, uuid is db + tableName + createTime.

Tests

API and Format

Documentation

JingsongLi avatar Sep 19 '24 04:09 JingsongLi