aasha commented on a change in pull request #1110:
URL: https://github.com/apache/hive/pull/1110#discussion_r441346837
##########
File path: standalone-metastore/metastore-server/src/main/resources/package.jdo
##########
@@ -1534,10 +1534,10 @@
<column name="RM_DUMP_EXECUTION_ID" jdbc-type="bigint"
allows-null="false"/>
</field>
<field name="metadata">
- <column name="RM_METADATA" jdbc-type="varchar" allows-null="true"/>
+ <column name="RM_METADATA" jdbc-type="varchar" length="4000"
allows-null="true"/>
Review comment:
Yes progress will be null initially when the entry is just made.
Metadata mayn't be.
----------------------------------------------------------------
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]