You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For implementing Convert To Qbeast (#102 ), we want to be able to add Qbeast Revision's metadata to the new log, without affecting the file entries.
The component in charge of communicating with the log (loading and committing new information) is the MetadataManager. At the current state of the MetadataManager, we can only call the method updateWithTransaction() which is implemented for updating the log with new committed files and table changes.
The idea is to write a new method to update ONLY with table changes. Something like:
For implementing Convert To Qbeast (#102 ), we want to be able to add Qbeast Revision's metadata to the new log, without affecting the file entries.
The component in charge of communicating with the log (loading and committing new information) is the
MetadataManager
. At the current state of theMetadataManager
, we can only call the methodupdateWithTransaction()
which is implemented for updating the log with new committed files and table changes.The idea is to write a new method to update ONLY with table changes. Something like:
The text was updated successfully, but these errors were encountered: