eric-maynard commented on PR #438:
URL: https://github.com/apache/polaris/pull/438#issuecomment-2482186090

   Hi @johnnysohn, thanks for raising this. I think we probably should figure 
out how to do metastore versioning at some point, but in the immediate term I 
would like to unblock anyone impacted by this change.
   
   I think the issue is ultimately metastore-dependent and maybe even 
database-dependent. Of course, you could manually alter the schema of your 
database. But I have done some reading and I believe this EclipseLink parameter 
could resolve the issue:
   ```
   <property name="eclipselink.ddl-generation" value="create-or-extend-tables"/>
   ```
   
   If you are affected and able to confirm this works for you, we can consider 
just adding it to the default `persistence.xml`.


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