You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "tarak271 (via GitHub)" <gi...@apache.org> on 2023/02/08 16:15:14 UTC

[GitHub] [hive] tarak271 commented on a diff in pull request #3959: HIVE-26952 - set the value of metastore.storage.schema.reader.impl t…

tarak271 commented on code in PR #3959:
URL: https://github.com/apache/hive/pull/3959#discussion_r1100370375


##########
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/conf/TestMetastoreConf.java:
##########
@@ -482,6 +483,8 @@ public void dumpConfig() throws IOException {
   public void testClassNames() {
     Assert.assertEquals(MetastoreConf.DEFAULT_STORAGE_SCHEMA_READER_CLASS,
         DefaultStorageSchemaReader.class.getName());
+    Assert.assertEquals(MetastoreConf.SERDE_STORAGE_SCHEMA_READER_CLASS,

Review Comment:
   Added unit tests in TestStorageSchemaReader.java considering Orc, JDBCStorageHandler, HbaseStorageHandler



-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org