zhangbutao commented on code in PR #6123:
URL: https://github.com/apache/hive/pull/6123#discussion_r2443068034


##########
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:
   Good catch!
   Changed it back to 4000. I just copy this definition from dataconnctor. And 
dataconnctor also set 4000 in sql schema but 32672 in here. So i also fixed 
dataconnector at the same.
   
   
https://github.com/apache/hive/blob/75e40b7537c91a70ccaa31c397d21823c7528eeb/standalone-metastore/metastore-server/src/main/resources/package.jdo#L1602-L1612



-- 
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]

Reply via email to