dimas-b commented on code in PR #3523:
URL: https://github.com/apache/polaris/pull/3523#discussion_r2775260754
##########
persistence/relational-jdbc/src/main/resources/postgres/schema-metrics-v1.sql:
##########
@@ -94,6 +92,9 @@ CREATE TABLE IF NOT EXISTS scan_metrics_report (
indexed_delete_files BIGINT DEFAULT 0,
total_delete_file_size_bytes BIGINT DEFAULT 0,
+ -- Principal roles (denormalized as JSON array)
+ principal_role_ids JSONB DEFAULT '[]'::JSONB,
Review Comment:
Let's continue in
https://github.com/apache/polaris/pull/3523/changes#r2772661384
--
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]