Skip to content

Commit 6c8d154

Browse files
committed
chore: fix hive related comment
1 parent 0ec8f9f commit 6c8d154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/crd/database.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub enum MetadataDatabaseConnection {
4040
}
4141

4242
impl MetadataDatabaseConnection {
43-
/// Name of the database as it should be passed using the `--db-type` CLI argument to Hive
43+
/// Name of the database as it should be passed using `METADATA_STORAGE_TYPE` property.
4444
pub fn as_db_type(&self) -> &str {
4545
match self {
4646
MetadataDatabaseConnection::Postgresql(_) => "postgresql",

0 commit comments

Comments
 (0)