kgyrtkirk commented on a change in pull request #1044:
URL: https://github.com/apache/hive/pull/1044#discussion_r437295212
##########
File path: standalone-metastore/metastore-server/src/main/resources/package.jdo
##########
@@ -1523,6 +1523,29 @@
<column name="LAST_UPDATE_TIME"/>
</index>
</class>
+ <class name="MReplicationMetrics" identity-type="application"
table="REPLICATION_METRICS" detachable="true">
+ <field name="scheduledExecutionId" primary-key="true">
Review comment:
I don't know if currently there is a way to remove these metrics entries
- but it could be an option to piggy-pack on the scheduled query execution
removal by declaring a foreign key for this fields with "on delete cascade"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]