morningman commented on code in PR #21504: URL: https://github.com/apache/doris/pull/21504#discussion_r1261342954
########## docs/zh-CN/docs/lakehouse/multi-catalog/max_compute.md: ########## @@ -0,0 +1,56 @@ +--- Review Comment: Add this to sidebar ########## docs/en/docs/lakehouse/multi-catalog/dlf.md: ########## @@ -35,83 +35,72 @@ Doris can access DLF the same way as it accesses Hive Metastore. ## Connect to DLF -### The First Way, Create a Hive Catalog. +### Create a DLF Catalog. ```sql -CREATE CATALOG hive_with_dlf PROPERTIES ( +CREATE CATALOG _dlf PROPERTIES ( Review Comment: ```suggestion CREATE CATALOG dlf PROPERTIES ( ``` -- 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]
