cnauroth commented on code in PR #5504: URL: https://github.com/apache/hive/pull/5504#discussion_r1949630681
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -1796,8 +1796,6 @@ public enum ConfVars { "hive.metastore.custom.database.product.classname", "none", "Hook for external RDBMS. This class will be instantiated only when " + "metastore.use.custom.database.product is set to true."), - HIVE_BLOBSTORE_SUPPORTED_SCHEMES("hive.blobstore.supported.schemes", "hive.blobstore.supported.schemes", "s3,s3a,s3n", Review Comment: This property is also defined in `HiveConf` and triggers optimizations specific to blob stores. I just want to confirm, you are only proposing removing it from metastore? -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org