flyrain commented on code in PR #4945:
URL: https://github.com/apache/polaris/pull/4945#discussion_r3572401731


##########
persistence/relational-jdbc/src/main/resources/postgres/schema-v2.sql:
##########
@@ -20,8 +20,6 @@
 --  * Added a `location` column to entities
 --  * Added an index `idx_locations` over (realm_id, parent_id, location) in 
entities
 
-CREATE SCHEMA IF NOT EXISTS POLARIS_SCHEMA;
-SET search_path TO POLARIS_SCHEMA;

Review Comment:
   Hi @cobed95, your point makes sense to me. To make the situation simpler, we 
just merged https://github.com/apache/polaris/pull/5044, which removes the 
`--schema-version`. In that case, there would be no way to bootstrap a realm 
with a historical schema.  With that, the change of historical schema is not 
need any more. WDYT?



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