jerryshao commented on PR #4054:
URL: https://github.com/apache/gravitino/pull/4054#issuecomment-2205874708
I think we should have a mechanism to handle this in code, not just defer
this to 0.7, that's why I bring this issue out.
The difference compared to MySQL is that for MySQL, we do the table
creation/upgrading manually out of Gravitino, so we can manually handle DB
upgrading and restart the Gravitino server. But for H2, because we created
tables automatically in code, so there should be an automatic DB upgrading
support mechanism for H2, otherwise, once we add a new table/column, how do we
in-place upgrade the Gravitino.
--
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]