This is an automated email from the ASF dual-hosted git repository.
dengzh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new eb6f0b0c57d HIVE-27862: Map propertyContent to a wrong column in
package.jdo (#4873) (Zhihua Deng, reviewed by Attila Turoczy, Ayush Saxena)
eb6f0b0c57d is described below
commit eb6f0b0c57dd55335927b7dde08cd47f4d00e74d
Author: dengzh <[email protected]>
AuthorDate: Fri Nov 17 19:43:16 2023 +0800
HIVE-27862: Map propertyContent to a wrong column in package.jdo (#4873)
(Zhihua Deng, reviewed by Attila Turoczy, Ayush Saxena)
---
standalone-metastore/metastore-server/src/main/resources/package.jdo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/standalone-metastore/metastore-server/src/main/resources/package.jdo
b/standalone-metastore/metastore-server/src/main/resources/package.jdo
index c7493d3a790..982703b2783 100644
--- a/standalone-metastore/metastore-server/src/main/resources/package.jdo
+++ b/standalone-metastore/metastore-server/src/main/resources/package.jdo
@@ -1107,7 +1107,7 @@
<column name="DESCRIPTION" length="1000" jdbc-type="VARCHAR"
allows-null="false"/>
</field>
<field name ="propertyContent">
- <column name="PROPERTY_CONTENT" jdbc-type="BLOB" allows-null="true"/>
+ <column name="PROPERTYCONTENT" jdbc-type="BLOB" allows-null="true"/>
</field>
</class>