dimas-b commented on code in PR #2914:
URL: https://github.com/apache/polaris/pull/2914#discussion_r2470117041
##########
persistence/relational-jdbc/src/main/resources/postgres/schema-v3.sql:
##########
@@ -131,6 +131,7 @@ CREATE TABLE IF NOT EXISTS events (
principal_name TEXT,
resource_type TEXT NOT NULL,
resource_identifier TEXT NOT NULL,
+ otel_context TEXT,
Review Comment:
No, I do not think so. We mentioned this in 1.2.0 release notes: `The
persistence schema is subject to change in future releases, and previously
stored event data MAY become unreadable (i.e., dropped) after an upgrade.`
This data was not persisted before 1.2.0, AFAIK.
https://polaris.apache.org/downloads/#120
--
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]