deniskuzZ commented on code in PR #6123:
URL: https://github.com/apache/hive/pull/6123#discussion_r2440268781
##########
standalone-metastore/metastore-server/src/main/resources/package.jdo:
##########
@@ -101,6 +101,18 @@
<!-- allows null is true to keep backwards compatibility with old
releases -->
<column name="CREATE_TIME" jdbc-type="integer" allows-null="true"/>
</field>
+ <field name="parameters" table="CATALOG_PARAMS">
+ <map key-type="java.lang.String" value-type="java.lang.String"/>
+ <join>
+ <column name="CTLG_ID"/>
+ </join>
+ <key>
+ <column name="PARAM_KEY" length="180" jdbc-type="VARCHAR"/>
+ </key>
+ <value>
+ <column name="PARAM_VALUE" length="32672" jdbc-type="VARCHAR"/>
Review Comment:
where does this value come from? I thing we can use 4000 similar to DB
PARAM_VALUE
##########
standalone-metastore/metastore-server/src/main/resources/package.jdo:
##########
@@ -101,6 +101,18 @@
<!-- allows null is true to keep backwards compatibility with old
releases -->
<column name="CREATE_TIME" jdbc-type="integer" allows-null="true"/>
</field>
+ <field name="parameters" table="CATALOG_PARAMS">
+ <map key-type="java.lang.String" value-type="java.lang.String"/>
+ <join>
+ <column name="CTLG_ID"/>
+ </join>
+ <key>
+ <column name="PARAM_KEY" length="180" jdbc-type="VARCHAR"/>
+ </key>
+ <value>
+ <column name="PARAM_VALUE" length="32672" jdbc-type="VARCHAR"/>
Review Comment:
where does this value come from? I think we can use 4000 similar to DB
PARAM_VALUE
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]